diff --git a/src/rcore_drm.c b/src/rcore_drm.c index 54a1dac33..83922c580 100644 --- a/src/rcore_drm.c +++ b/src/rcore_drm.c @@ -1574,6 +1574,7 @@ static void PollDrmJoystickEvents() while (read(platform.gamepadStreamFd[i], &ev, sizeof(ev)) > 0) { + printf("event type: %d\n", ev.type); switch(ev.type) { case EV_KEY: