quakeforge/libs/input
Bill Currie dbd3d6502a Nuke qboolean from orbit
I never liked it, but with C2x coming out, it's best to handle bools
properly. I haven't gone through all the uses of int as bool (I'll leave
that for fixing when I encounter them), but this gets QF working with
both c2x (really, gnu2x because of raw strings).
2023-06-13 18:06:11 +09:00
..
evdev [input] Initialize the axis/button callback fields 2022-09-22 09:35:57 +09:00
Makemodule.am [input] Clean out a lot of obsolete stuff from keys 2021-11-27 12:31:24 +09:00
in_axis.c [input] Clear button inputs when IN_ClearStates called 2022-05-19 16:47:47 +09:00
in_binding.c [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
in_button.c [input] Clear button inputs when IN_ClearStates called 2022-05-19 16:47:47 +09:00
in_common.c [input] Clear button inputs when IN_ClearStates called 2022-05-19 16:47:47 +09:00
in_evdev.c [input] Plug a pile of memory leaks 2022-05-12 19:58:18 +09:00
in_event.c [input] Plug a pile of memory leaks 2022-05-12 19:58:18 +09:00
in_imt.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
keys.c [input] Clean out a lot of obsolete stuff from keys 2021-11-27 12:31:24 +09:00