mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
This is the first step of getting rid of the controller indirection on Android. (Needing a way for touch controls to provide input to the emulator core is the reason why the controller indirection exists to begin with as far as I understand it.) |
||
|---|---|---|
| .. | ||
| Android | ||
| DInput | ||
| DualShockUDPClient | ||
| evdev | ||
| ForceFeedback | ||
| OSX | ||
| Pipes | ||
| Quartz | ||
| SDL | ||
| Touch | ||
| WGInput | ||
| Wiimote | ||
| Win32 | ||
| XInput | ||
| Xlib | ||
| ControllerInterface.cpp | ||
| ControllerInterface.h | ||
| CoreDevice.cpp | ||
| CoreDevice.h | ||
| MappingCommon.cpp | ||
| MappingCommon.h | ||