dolphin-emulator/Source/Core/InputCommon/ControllerInterface
JosJuice 5456d990d1 Android/ControllerInterface: Run the init code
This was broken by a9a9fdd9e9. Because Init didn't run, the Android
input backend would crash whenever it tried to call into JVM code.
2024-04-13 22:39:10 +02:00
..
Android Android/ControllerInterface: Run the init code 2024-04-13 22:39:10 +02:00
DInput
DualShockUDPClient
evdev evdev: close file descriptors in a separate thread 2024-04-06 20:58:17 +01:00
ForceFeedback
Pipes InputCommon: Add Pipes InputBackend class. 2024-03-11 03:05:52 -05:00
Quartz InputCommon: Handle window change in Quartz. 2024-03-11 03:25:31 -05:00
SDL SDL: Remove duplicate button/hat Inputs. Hide duplicate Axis Inputs. 2024-03-14 23:50:17 -05:00
SteamDeck
Touch
WGInput
Wiimote InputCommon/WiimoteController: Add inputs that report the raw IR objects seen by the Wiimote. 2024-03-11 22:46:05 +01:00
Win32 InputCommon: Add Win32 InputBackend class. 2024-03-11 03:25:31 -05:00
XInput
Xlib InputCommon: Implement xlib window change logic. 2024-03-11 03:25:31 -05:00
ControllerInterface.cpp InputCommon: Add Android InputBackend class. 2024-03-11 03:25:31 -05:00
ControllerInterface.h InputCommon: Provide WindowSystemInfo getter for ControllerInterface. 2024-03-11 01:31:05 -05:00
CoreDevice.cpp ControllerInterface: Add IsHidden function to Control interface. 2024-03-14 23:43:58 -05:00
CoreDevice.h ControllerInterface: Add IsHidden function to Control interface. 2024-03-14 23:43:58 -05:00
InputBackend.cpp InputCommon: Add Win32 InputBackend class. 2024-03-11 03:25:31 -05:00
InputBackend.h InputCommon: Add Win32 InputBackend class. 2024-03-11 03:25:31 -05:00
MappingCommon.cpp
MappingCommon.h