aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/joystick.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Better handling of joypad device IDs.Andreas Haas2017-03-261-12/+2
| | | | | | | 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
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-54/+41
| | | | | Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261.
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-181-1/+1
| | | | (cherry picked from commit 2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81)
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
* fixes #5464 windows_joystick close_joystick bugSuperUserNameMan2016-06-291-1/+1
|
* Windows: Support gamepad vibration using XInput.Andreas Haas2016-06-151-3/+52
|
* win: fix xinput triggers not resetting correctlyHondres2016-02-121-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Fix joystick hotplugging on windows, using right indices nowHondres2015-12-261-8/+16
|
* Use tabs instead of spaces for new gamepad codehondres2015-12-181-319/+319
|
* Better gamepad supporthondres2015-12-181-0/+528