quakeforge/libs/input
Bill Currie fed8f66824 [input] Rework logical buttons
kbutton_t is now in_button_t and has been moved to input.h. Also, a
button registration function has been added to take care of +button and
-button command creation and, eventually, direct binding of "physical"
buttons to logical buttons. "Physical" buttons are those coming in from
the OS (keyboard, mouse, joystick...), logical buttons are what the code
looks at for button state.

Additionally, the button edge detection code has been cleaned up such
that it no longer uses magic numbers, and the conversion to a float is
cleaner. Interestingly, I found that the handling is extremely
frame-rate dependent (eg, +forward will accelerate the player to full
speed much faster at 72fps than it does at 20fps). This may be a factor
in why gamers are frame rate obsessed: other games doing the same thing
would certainly feel different under varying frame rates.
2021-10-01 09:16:31 +09:00
..
evdev [input] Free phys and uniq device strings 2021-09-27 19:53:16 +09:00
Makemodule.am [input] Rework logical buttons 2021-10-01 09:16:31 +09:00
in_button.c [input] Rework logical buttons 2021-10-01 09:16:31 +09:00
in_common.c [input] Rework logical buttons 2021-10-01 09:16:31 +09:00
in_evdev.c [util] Wrap fd_set 2021-09-28 10:53:51 +09:00
in_event.c [input] Hook up low level input to events 2021-08-30 14:40:19 +09:00
keys.c [console] Untangle console and menu toggling 2021-07-23 02:28:37 +09:00
old_keys.c [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00