Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
3 年之前 |
Nate River
|
6c25aed419
added hint for joysticks to stablize sixaxis & dualshock controllers (#5007)
|
3 年之前 |
Ozkan Sezer
|
3eaa80bb0b
testgamecontroller.c: fixed -Wshadow warnings.
|
3 年之前 |
Misa
|
3bf7994fe2
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
3 年之前 |
Sam Lantinga
|
abc12a832c
Revert "Add and use `SDL_FALLTHROUGH` for fallthroughs"
|
3 年之前 |
Cameron Gutman
|
fe09a4930a
joystick: Add APIs to query rumble support
|
3 年之前 |
Misa
|
66a08aa391
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
3 年之前 |
Sam Lantinga
|
9fdb06450d
Added support for the Joy-Con Charging Grip when SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS is enabled
|
3 年之前 |
Sam Lantinga
|
65ff00ec1b
Query the rate for the correct sensor (thanks @meyraud705)
|
3 年之前 |
Sam Lantinga
|
a186a503e7
Added SDL_GameControllerGetSensorDataRate() to get the sensor update rate for a controller.
|
3 年之前 |
Sam Lantinga
|
ce8261dd6d
Only pump events once per frame and process all currently pending events
|
3 年之前 |
Sam Lantinga
|
94b7a87645
Added SDL_GameControllerType enumerations for the Amazon Luna and Google Stadia controllers
|
3 年之前 |
Sam Lantinga
|
d135c0762f
Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers
|
3 年之前 |
Ozkan Sezer
|
646ddfb782
minor watcom build fixes.
|
3 年之前 |
Sam Lantinga
|
c94283d404
testgamecontroller: log which controller the event came from
|
4 年之前 |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
4 年之前 |
Sam Lantinga
|
390b2cf0d3
Enable PS5 enhanced functionality for testgamecontroller
|
4 年之前 |
Sam Lantinga
|
058a0ab47f
Set the pad lights on the PS5 controller corresponding to the player index
|
4 年之前 |
Sam Lantinga
|
3c68051eaf
Allow background input when testing game controllers
|
4 年之前 |
Sam Lantinga
|
04f0fd13b5
Remember to close the game controller when we're done with it
|
4 年之前 |
Sam Lantinga
|
012471e959
Open and test all connected controllers
|
4 年之前 |
Sam Lantinga
|
24cc0012f0
Some controllers don't always reset their triggers to zero when they are released (e.g. Xbox One S in Bluetooth mode), so only trigger rumble if the trigger is pulled halfway or more.
|
4 年之前 |
Sam Lantinga
|
e16afa792f
Automatically switch to testing a new controller when it's plugged in
|
4 年之前 |
Sam Lantinga
|
04b45b5581
Allow testing a specific controller
|
4 年之前 |
Sam Lantinga
|
75721b191c
Allow testing effects on PS4 controllers
|
4 年之前 |
Sam Lantinga
|
fcb21aa883
Added API for sensors on game controllers
|
4 年之前 |
Sam Lantinga
|
d140d88744
Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial()
|
4 年之前 |
Sam Lantinga
|
fe4da4206a
Improve LED color calculation, don't set LED unless left thumbstick is moved
|
4 年之前 |
Sam Lantinga
|
9f51fad361
Added support for the touchpad on PS4 and PS5 controllers
|
4 年之前 |
Sam Lantinga
|
e749c1266f
Fixed overflow in trigger rumble calculation
|
4 年之前 |