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_drm.c
Age
Commit message (
Expand
)
Author
2024-07-16
Adding GetKeyName(int key) (WIP) (#4161)
MrScautHD
2024-06-30
REVIEWED: Formatting, follow raylib coding conventions
Ray
2024-06-30
REVIEWED: Formatting, follow raylib coding conventions
Ray
2024-05-07
Implementing GetMonitorWidth/Height for DRM (#3956)
gabriel-marques
2024-03-29
Fixing gamepad buttons not working in drm backend (#3888)
MrMugame
2024-03-28
Update rcore_drm.c
Ray
2024-03-28
Organizing the drm backend to only use one api to allow for more devices (#3879)
MrMugame
2024-02-24
Gamepad rumble support with SDL2 (#3819)
GideonSerf
2024-01-02
Update copyright to 2024
Ray
2023-12-19
Don't use a separate thread when polling for gamepad events on DRM platforms ...
Cinghy Creations
2023-12-11
Optimize gesture handling for PLATFORM_DRM (#3616)
ubkp
2023-12-07
[rcore] Fix `IsMouseButtonUp()` for `PLATFORM_WEB` and `PLATFORM_DRM` (#3611)
ubkp
2023-12-01
Remove a duplicated loop for PLATFORM_DRM (#3590)
ubkp
2023-11-30
Fix IsKeyPressedRepeat() for PLATFORM_DRM direct input (#3583)
ubkp
2023-11-28
Fix typos in src/platforms/rcore_*.c (#3581)
RadsammyT
2023-11-07
Fix absRange for PLATFORM_DRM (#3517)
ubkp
2023-11-07
Fix mouse/touch/gestures for PLATFORM_DRM (#3515)
ubkp
2023-11-02
Comments tweaks
Ray
2023-11-02
Partial fix the gesture system for DRM (#3502)
ubkp
2023-11-01
Moves keymapUS[] and fixes GetCharPressed for DRM (#3498)
ubkp
2023-10-31
Comments tweaks
Ray
2023-10-31
Fix relative mouse mode for DRM (#3492)
ubkp
2023-10-29
Fix drm hang up on exit and mouse input issues (#3484)
ubkp
2023-10-26
Remove trail spaces
Ray
2023-10-23
REVIEWED: `InitPlatform()` organization and code-gardening
Ray
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