Ryan C. Gordon
|
04196a46a5
doxygen: wrap some game controller code examples in "```c" blocks.
|
4 years ago |
Sam Lantinga
|
d135c0762f
Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers
|
4 years ago |
Dimitriy Ryazantcev
|
17ed8d8085
Added HIDAPI backend for Amazon Luna Controller Model T28B69 connected via Bluetooth LE (VID:0171, PID:0419).
|
4 years ago |
Ryan C. Gordon
|
3f40396d33
First shot at merging the wiki documentation into the headers.
|
4 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
4 years ago |
Sam Lantinga
|
fcb21aa883
Added API for sensors on game controllers
|
4 years ago |
Sam Lantinga
|
d140d88744
Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial()
|
4 years ago |
Sam Lantinga
|
9f51fad361
Added support for the touchpad on PS4 and PS5 controllers
|
4 years ago |
Sam Lantinga
|
1e2caac58b
Added SDL_JoystickRumbleTriggers() and SDL_GameControllerRumbleTriggers()
|
4 years ago |
Sam Lantinga
|
f656d8456e
Fixed typo in the documentation
|
4 years ago |
Sylvain Becker
|
b198febb62
Documentation: fix minor gamecontroller parameter warning
|
4 years ago |
Sam Lantinga
|
009b62f1c2
Be explicit about mapping the new game controller paddle buttons
|
4 years ago |
Sam Lantinga
|
3a4388489a
Document the Xbox One Elite paddle buttons
|
4 years ago |
Sam Lantinga
|
9a446aa92e
Note that SDL_CONTROLLER_BUTTON_AUX1 is sent for the PS4/PS5 touchpad button on the HIDAPI driver.
|
4 years ago |
Sam Lantinga
|
3a3aaac221
Added 4 auxiliary buttons to the game controller API
|
4 years ago |
Sam Lantinga
|
4d79f9662f
Added initial support for the Sony PS5 Controller
|
4 years ago |
Sam Lantinga
|
e555d45331
Added SDL_JoystickHasLED
|
4 years ago |
Ethan Lee
|
83cddd2ebc
Add SDL_JoystickSetLED.
|
5 years ago |
Sam Lantinga
|
2be75c6a61
Fixed bug 5028 - Virtual Joysticks (new joystick backend)
|
5 years ago |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
5 years ago |
Sam Lantinga
|
46e1377d49
Automatically assign player indexes to game controllers, and allow changing the player index for game controllers and joysticks.
|
5 years ago |
Ozkan Sezer
|
6fc3886441
SDL_gamecontroller.h: remove comma at end of enumerator list
|
5 years ago |
Sam Lantinga
|
b5aff9d7c3
Added SDL_GameControllerTypeForIndex() and SDL_GameControllerGetType() to return the type of controller attached.
|
5 years ago |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
6 years ago |
Sam Lantinga
|
14329256cb
Generalized the XInput user index into a player index
|
6 years ago |
Sam Lantinga
|
d2042e1ed4
Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms.
|
7 years ago |
Sam Lantinga
|
a8ac588549
Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a controller before it's opened
|
7 years ago |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
7 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
8 years ago |
Sam Lantinga
|
8000e6d9e1
Added documentation for the game controller axis values
|
8 years ago |