quakeforge/libs/input
Bill Currie 925a55f6cc [input] Allow drivers to initialize cvars early
Input driver can now have an optional init_cvars function. This allows
them to create all their cvars before the actual init pass thus avoiding
some initialization order interdependency issues (in this case, fixing a
segfault when starting x11 clients fullscreen due to the in_dga cvar not
existing yet).
2021-11-21 11:33:58 +09:00
..
evdev
in_axis.c
in_binding.c
in_button.c
in_common.c [input] Allow drivers to initialize cvars early 2021-11-21 11:33:58 +09:00
in_evdev.c
in_event.c
in_imt.c
keys.c
Makemodule.am
old_keys.c