mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 08:50:58 +00:00
1ef99a9130
Combining absolute and relative inputs at the binding does not work well because absolute inputs generally update only when the physical input updates, so clearing the axis input each frame results in a brief pulse from the physical input, but relative inputs must be cleared each frame (where frame here is each time the axis is read) but must accumulate the relative updates between frames. Other than the axis mode being incorrect, this seems to work quite nicely. |
||
---|---|---|
.. | ||
binding.h | ||
event.h | ||
event_names.h | ||
imt.h |