Sam Lantinga
|
6fc6e3dc7e
Use SDL_bool where appropriate in SDL events
|
1 рік тому |
Sam Lantinga
|
f827c1322c
Renamed SDL_Del* to SDL_Remove*
|
1 рік тому |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 рік тому |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 рік тому |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 рік тому |
Sam Lantinga
|
d154b37b41
Renamed *FromInstanceID() to *FromID()
|
1 рік тому |
Sam Lantinga
|
470cfc2755
Make sure we set the initial report interval value
|
1 рік тому |
meyraud705
|
4c9a91b62e
Update gamepad sensor rate
|
1 рік тому |
Sam Lantinga
|
c24f860c4d
Fixed warning C4244: '=': conversion from 'int' to 'Uint8', possible loss of data
|
1 рік тому |
Sam Lantinga
|
abfd0dc683
Added SDL_HINT_JOYSTICK_HIDAPI_PS4_REPORT_INTERVAL
|
1 рік тому |
Sam Lantinga
|
8847b35244
Separate joystick power state into battery status and percentage
|
2 роки тому |
Sam Lantinga
|
f66fe7e221
Replaced SDL_GetJoystickCaps() with joystick properties
|
2 роки тому |
Sam Lantinga
|
cd231a65f6
Added SDL_GetJoystickCaps() and SDL_GetGamepadCaps() to get the capabilities of controllers
|
2 роки тому |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 роки тому |
Sam Lantinga
|
70ba3f2830
Report the D-Pad for HIDAPI gamepads as a hat
|
2 роки тому |
Sam Lantinga
|
8e0d728c67
Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2).
|
2 роки тому |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 роки тому |
Sam Lantinga
|
f0e47f8ee0
Added support for the NACON Revolution 5 Pro controller
|
2 роки тому |
Sam Lantinga
|
75df4cc5c2
Don't tickle PS4 Bluetooth controllers in simple mode
|
2 роки тому |
Sam Lantinga
|
2991b9f6ac
SDL now represents gamepad buttons as positional elements with a separate label
|
2 роки тому |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 роки тому |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
2 роки тому |
Sam Lantinga
|
26205b659d
Fixed PS4/PS5 touchpad for third party controllers
|
2 роки тому |
Sam Lantinga
|
3c8f4dca1d
Make sure we don't touch the controller effects state when we're in auto mode for PS4/PS5 controllers.
|
2 роки тому |
Sam Lantinga
|
2ebbfe7c5b
Added an "auto" mode for PS4 and PS5 controller rumble hints
|
2 роки тому |
Sam Lantinga
|
49b9fd1843
Don't send k_ePS4FeatureReportIdSerialNumber to Bluetooth PS4 controllers
|
2 роки тому |
Sam Lantinga
|
092a4b780c
Don't send k_ePS4FeatureReportIdCapabilities to Sony PS4 controllers
|
2 роки тому |
Sam Lantinga
|
efed24850a
Don't tickle Bluetooth PS4 controllers in simple mode with an effects packet
|
2 роки тому |
Sam Lantinga
|
267fdd7daa
Removed Bluetooth connection detection now that we get it from hidapi
|
2 роки тому |
Sam Lantinga
|
44bae1e8a9
Corrected the Victrix FS Pro as a PS4 controller instead of a PS3 controller
|
2 роки тому |