Sam Lantinga
|
f66fe7e221
Replaced SDL_GetJoystickCaps() with joystick properties
|
1 year ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 year ago |
Sam Lantinga
|
cd231a65f6
Added SDL_GetJoystickCaps() and SDL_GetGamepadCaps() to get the capabilities of controllers
|
1 year ago |
Ozkan Sezer
|
f7ba340999
remove several instances of unnecessary emptry str "" after SDL_PRI???
|
1 year ago |
Ozkan Sezer
|
b4b5dbd92f
testcontroller.c: fixed warnings.
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Sam Lantinga
|
61704b5862
Removed an assertion it's possible to hit
|
1 year ago |
Sam Lantinga
|
c981a597dc
Added Steam Input API support for game controllers
|
1 year ago |
Sam Lantinga
|
445f08a0fb
Print the gamepad player index when opening a gamepad
|
1 year ago |
Ryan C. Gordon
|
dd47da8a5c
gamepad: Replace GetNumMappings/GetMappingByIndex with a single function.
|
1 year ago |
Ryan C. Gordon
|
c5daf8adb1
testcontroller: Don't query the mapping list until after they are available.
|
1 year ago |
Sam Lantinga
|
f40f272107
Fixed build
|
1 year ago |
Sam Lantinga
|
34bdd321bf
Improved navigation while setting up controller mapping
|
1 year ago |
Sam Lantinga
|
2ff9255f29
Print the GUID for controllers that don't have a mapping
|
1 year ago |
Sam Lantinga
|
2991b9f6ac
SDL now represents gamepad buttons as positional elements with a separate label
|
1 year ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 year ago |
Sam Lantinga
|
1934417b4d
Show the existing mapping when a controller is connected
|
1 year ago |
Sam Lantinga
|
70c149c88f
Automatically clean up memory associated with events
|
1 year ago |
Sam Lantinga
|
75ea3a8d32
Dynamically allocate long text for SDL_EVENT_TEXT_INPUT events
|
1 year ago |
Anonymous Maarten
|
2a01f9dcb5
tests: plug leaks when running with --trackmem
|
2 years ago |
Simon McVittie
|
efe15588d5
Relabel back paddles as left or right
|
2 years ago |
Sam Lantinga
|
58882425fc
Use the lower index axis if the controller generates two axes for a single element
|
2 years ago |
Sam Lantinga
|
732218c222
Changed binding order to match Steam
|
2 years ago |
Sam Lantinga
|
53882a2ed2
Map the buttons in ABXY order
|
2 years ago |
Sam Lantinga
|
9db2cb3513
Added SDL_ReloadGamepadMappings() to reset the SDL gamepad mappings
|
2 years ago |
Sam Lantinga
|
dfc6e8825e
Improved reliability of gamepad message ordering
|
2 years ago |
Sam Lantinga
|
eb8b5ed3a4
Fixed crash when the joystick can't be opened
|
2 years ago |
Sam Lantinga
|
b271e92c6e
Added the ability to specify a gamepad type in the mapping
|
2 years ago |
Sam Lantinga
|
57820071a4
Added the ability to rename your controller
|
2 years ago |
Sam Lantinga
|
08db0e8f64
Allow clicking on the gamepad image to bind elements
|
2 years ago |