dumb logging

This commit is contained in:
Michael 2023-10-13 12:11:34 -04:00
parent d32cf0107f
commit 53901aecfd

View File

@ -1579,6 +1579,7 @@ static void PollDrmJoystickEvents()
case EV_KEY:
if (ev.code < MAX_GAMEPAD_BUTTONS)
{
printf("b %d = %d\n:", ev.code, ev.value);
CORE.Input.Gamepad.currentButtonState[i][ev.code] = ev.value;
for (int lookupButton = 0; lookupButton < MAX_GAMEPAD_BUTTONS; lookupButton++)
{