quakeforge/libs/input
Bill Currie 1a79915d22 [input] Add axis listeners
The listener is invoked when the axis value changes due to IN_UpdateAxis
or IN_ClampAxis updating the axis. This does mean the listener
invocation make be somewhat delayed. I am a tad uncertain about this
design thus it being a separate commit.
2021-11-25 20:04:08 +09:00
..
evdev [input] Free phys and uniq device strings 2021-09-27 19:53:16 +09:00
Makemodule.am [client] Reimplement legacy bind and unbind commands 2021-11-25 13:36:02 +09:00
in_axis.c [input] Add axis listeners 2021-11-25 20:04:08 +09:00
in_binding.c [input] Remove some cruft 2021-11-25 13:36:02 +09:00
in_button.c [input] Add listeners to buttons 2021-11-25 20:04:08 +09:00
in_common.c [input] Allow drivers to initialize cvars early 2021-11-21 11:33:58 +09:00
in_evdev.c [input] Drop unfocused evdev axis/button events 2021-11-22 14:59:32 +09:00
in_event.c [input] Make event names easy to print 2021-11-22 14:59:32 +09:00
in_imt.c [input] Separate absolute and relative axis inputs 2021-11-23 22:04:17 +09:00
keys.c [input] Make a start on the new binding system 2021-11-03 19:02:39 +09:00