More dumb logging

This commit is contained in:
Michael 2023-10-13 12:15:16 -04:00
parent d879090ce9
commit 7e08cef7f5

View File

@ -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: