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