aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/joypad_linux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of joypad device IDs.Andreas Haas2017-02-261-10/+1
| | | | | | | Now InputDefault is responsible for giving out joypad device IDs to the platform, instead of each platform handling this itself. This makes it possible for c++ modules to add their own "custom" gamepad devices, without the risk of messing up events in case the user also has regular gamepads attached (using the OS code). For now, it's implemented for the main desktop platforms. Possible targets for future work: android, uwp, javascript
* Rename "joypad_linux" class to "JoypadLinux"Andreas Haas2017-01-081-21/+20
| | | | Named this class in GodotCase, so it fits with the rest of the codebase.
* Finish replacement of joystick by joypadRémi Verschelde2017-01-081-0/+561
Some parts were forgotten in 547a577.