This commit is contained in:
CrackedPixel 2026-02-15 15:08:13 -06:00
parent c5f957546e
commit 2fff0ce465

View File

@ -1294,7 +1294,6 @@ void PollInputEvents(void)
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// mg_gamepads_poll(&platform.minigamepad);
mg_event gamepad_event; mg_event gamepad_event;
while (mg_gamepads_check_event(&platform.minigamepad, &gamepad_event)) { while (mg_gamepads_check_event(&platform.minigamepad, &gamepad_event)) {
int gamepadIndex = gamepad_event.gamepad->index; int gamepadIndex = gamepad_event.gamepad->index;