More dumb logging
This commit is contained in:
parent
d879090ce9
commit
7e08cef7f5
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user