quakeforge/include/QF/input
Bill Currie 1ef99a9130 [input] Separate absolute and relative axis inputs
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.
2021-11-23 22:04:17 +09:00
..
binding.h [input] Separate absolute and relative axis inputs 2021-11-23 22:04:17 +09:00
event.h [input] Make event names easy to print 2021-11-22 14:59:32 +09:00
event_names.h [input] Make event names easy to print 2021-11-22 14:59:32 +09:00
imt.h [input] Save/load config to/from plist configs 2021-11-14 10:17:05 +09:00