Browse Source

Organizing the drm backend to only use one api to allow for more devices (#3879)

* Updating rcore_drm.c to only use one api for input

* Change RPI log prefix to DRM

* Remove relative checking which is not supported currently

* Loop should continue on invalid event in drm backend

* Fixed and cleaned up PollKeyboardEvents() in drm backend
pull/3888/head
MrMugame 9 months ago
committed by GitHub
parent
commit
30781c423b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 351 additions and 628 deletions
  1. +351
    -628
      src/platforms/rcore_drm.c

+ 351
- 628
src/platforms/rcore_drm.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save