From 7e08cef7f5d0da0ca65aa588a08a20f917b7de60 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 13 Oct 2023 12:15:16 -0400 Subject: [PATCH] More dumb logging --- src/rcore_drm.c | 1 + 1 file changed, 1 insertion(+) 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: