mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
8d58dee4b1
IN_ButtonAction treats id 0 as not pressed in its internal processing, and the previous input implementation treated 0 as "no key", so this is both the simplest and most correct fix. Fixes mouse left button not working every second time the game is run (due to keyboard and mouse bindings swapping places in the config file (separate issue, if it really is one)). |
||
---|---|---|
.. | ||
evdev | ||
in_axis.c | ||
in_binding.c | ||
in_button.c | ||
in_common.c | ||
in_evdev.c | ||
in_event.c | ||
in_imt.c | ||
keys.c | ||
Makemodule.am |