Sam Lantinga
|
926db1bd54
Removed a duplicate delay accidentally added during code refactor
|
hace 2 años |
Sam Lantinga
|
645823fc90
Wait for the GCController framework to see IOKit devices
|
hace 2 años |
Sam Lantinga
|
21e444b2e7
Fixed a few additional sizeof locations
|
hace 2 años |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
hace 2 años |
Guldoman
|
ad95c93bf4
Add portal interface to support `SDL_GetSystemTheme` in linux
|
hace 2 años |
Anonymous Maarten
|
c304fbded6
cmake: disable ccache by default
|
hace 2 años |
Sam Lantinga
|
2ca727aec6
If the client rect is empty, use the last known window size
|
hace 2 años |
Ozkan Sezer
|
bb59f46cbe
Removed guard around the enabled assertions support code
|
hace 2 años |
Ozkan Sezer
|
34d13cd0a9
made IsModifierKeyPressed() helper static
|
hace 2 años |
Deve
|
4de6ddd07f
Fixed incorrect modifier keys handling on macOS
|
hace 2 años |
David Demelier
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
hace 2 años |
Sam Lantinga
|
8994878767
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
hace 2 años |
Sam Lantinga
|
fb0c3197e0
Fixed the documentation for SDL_SetRelativeMouseMode()
|
hace 2 años |
Sam Lantinga
|
cabedee4a1
Fixed constraining the mouse to the window in relative mode
|
hace 2 años |
Ryan C. Gordon
|
d898dbfe50
render: Make sure logical_target is bound when presenting.
|
hace 2 años |
Lokathor
|
b8bc4a234b
Make mappings for "Retrolink SNES Controller" with `SDL_GAMECONTROLLER_USE_BUTTON_LABELS` both on and off
|
hace 2 años |
Sylvain
|
4053876bf6
Fix warning drop const qualifier
|
hace 2 años |
Sam Lantinga
|
ba87b96cea
Fixed signed/unsigned warnings
|
hace 2 años |
Ozkan Sezer
|
53bde3abee
fix SDL_FindFreePlayerIndex so it can really return -1.
|
hace 2 años |
Sam Lantinga
|
91b328c2c6
Fixed emscripten build
|
hace 2 años |
Sam Lantinga
|
dd7cf12206
Fixed instances of SDL_joystick_players being set to -1 (thanks @AntTheAlchemist!)
|
hace 2 años |
Sylvain
|
d78817703e
Fix build
|
hace 2 años |
Sylvain
|
c963f02571
More fix warnings about static function and prototype
|
hace 2 años |
Sylvain
|
16bb6a0b3d
Fix warnings about static function and prototype
|
hace 2 años |
Sam Lantinga
|
61309b4382
Disassociate the SDLOpenGLContext from the view before deleting it
|
hace 2 años |
Sam Lantinga
|
04a03a3eec
Use SDL_GL_DeleteContext instead of Cocoa_GL_DeleteContext for context cleanup
|
hace 2 años |
Sam Lantinga
|
d08338ddc5
Added mapping for the Xbox Elite Core controller connected via Bluetooth on Android
|
hace 2 años |
divVerent
|
6f1f586086
Fix Xbox One gamepad axis assignment on SDL_JOYSTICK_ANDROID API (#7405)
|
hace 2 años |
Sam Lantinga
|
f8106d4f30
Fixed build warning
|
hace 2 años |
Sam Lantinga
|
c0e7845874
Be more clear about what flags conflicted
|
hace 2 años |