index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
platforms
/
rcore_desktop_sdl.c
Age
Commit message (
Expand
)
Author
2024-07-16
Adding GetKeyName(int key) (WIP) (#4161)
MrScautHD
2024-07-04
Change SDL_Joystick to SDL_GameController (#4129)
Frank Kartheuser
2024-07-01
Update Storage base path, use provided SDL base path
Ray
2024-06-30
REVIEWED: Formatting, follow raylib coding conventions
Ray
2024-06-30
REVIEWED: Formatting, follow raylib coding conventions
Ray
2024-05-21
Update rcore_desktop_sdl.c
Ray
2024-05-21
Call SDL_GL_SetSwapInterval() after GL context creation (#3997)
JupiterRider
2024-04-15
Fix GetKeyPressed for PLATFORM_DESKTOP_SDL (#3869)
Arthur
2024-03-09
Implement IsCursorOnScreen for PLATFORM_DESKTOP_SDL (#3862)
Peter0x44
2024-02-29
Review formatting
Ray
2024-02-29
Fix SDL multitouch tracking (#3810)
mooff
2024-02-24
Gamepad rumble support with SDL2 (#3819)
GideonSerf
2024-02-04
Add gamepad support to PLATFORM_DESKTOP_SDL (#3776)
A
2024-02-01
REVIEWED: macOS issues #3767
Ray
2024-01-02
Update copyright to 2024
Ray
2023-12-28
Fix SUPPORT_WINMM_HIGHRES_TIMER for PLATFORM_DESKTOP_SDL (#3679)
ubkp
2023-12-23
REVIEWED: SDL text input to Unicode codepoints #3650
Ray
2023-12-11
[rcore] Fix real touch gestures for `PLATFORM_DESKTOP_SDL` (#3614)
ubkp
2023-12-07
[rcore] Fix `IsMouseButtonUp()` and add touch events for `PLATFORM_DESKTOP_SD...
ubkp
2023-12-07
[rcore] Fix `IsKeyPressedRepeat()` for `PLATFORM_DESKTOP_SDL` (#3605)
ubkp
2023-12-05
Fix GetKeyPressed and GetCharPressed for SDL (#3604)
ubkp
2023-12-03
Revert "Fix Windows Hardcoding (#3600)"
Ray
2023-12-03
Fix Windows Hardcoding (#3600)
mr sihc
2023-11-28
Fix typos in src/platforms/rcore_*.c (#3581)
RadsammyT
2023-11-28
Fix SetMousePosition() for SDL (#3580)
ubkp
2023-11-27
Fix SetWindowIcon() for SDL (#3578)
ubkp
2023-11-20
Update rcore_desktop_sdl.c
Ray
2023-11-18
fix for running gles2 with sdl on desktop (#3542)
_Tradam
2023-11-14
Fix missing keys on PLATFORM_DESKTOP_SDL (#3539)
ubkp
2023-11-13
Fix mouse button order for SDL (#3534)
ubkp
2023-11-02
Comments tweaks
Ray
2023-11-02
[core] Fix gestures for `PLATFORM_DESKTOP_SDL` (#3499)
ubkp
2023-10-31
Comments tweaks
Ray
2023-10-29
Update rcore_desktop_sdl.c
Ray
2023-10-29
Remove rcore.h include from SDL (#3475)
ubkp
2023-10-26
ADDED: Drop files support to `PLATFORM_DESKTOP_SDL`
Ray
2023-10-25
Fix OpenURL on SDL (#3460)
ubkp
2023-10-23
REVIEWED: Check OpenGL version required, fix #3457
Ray
2023-10-23
REVIEWED: `InitPlatform()` organization and code-gardening
Ray
2023-10-22
[core] Complement implementations for `SDL` (3) (#3450)
ubkp
2023-10-21
[core] Complement implementations for `SDL` (2) (#3447)
ubkp
2023-10-20
[core] Complement implementations for `SDL` (#3444)
ubkp
2023-10-19
REVIEWED: Issue with functions definitions
Ray
2023-10-19
REVIEWED: Issue with symbols exposure
Ray
2023-10-19
REDESIGNED: Move platforms to separate directory #3313
Ray