Renamed LinuxInputJoysticks to InputDeviceOrder
This commit is contained in:
committed by
teejusb
parent
5753ecdc1c
commit
ec33a08ca5
+1
-1
@@ -12,7 +12,7 @@
|
||||
RageInput* INPUTMAN = nullptr; // global and accessible from anywhere in our program
|
||||
|
||||
Preference<RString> g_sInputDrivers( "InputDrivers", "" ); // "" == DEFAULT_INPUT_DRIVER_LIST
|
||||
Preference<RString> g_sInputLinuxJoysticks( "InputLinuxJoysticks", "" ); // "" == DEFAULT_LINUX_INPUT_JOYSTICK_LIST
|
||||
Preference<RString> g_sInputDeviceOrder( "InputDeviceOrder", "" ); // "" == DEFAULT_LINUX_INPUT_DEVICE_ORDER_LIST
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user