From 12c211f9d737ab64f914cd3848dce7747d446d70 Mon Sep 17 00:00:00 2001 From: ColleagueRiley Date: Sun, 12 Jan 2025 11:30:24 -0500 Subject: [PATCH] fix typos (macos) --- RGFW.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGFW.h b/RGFW.h index 96262cb..5568af7 100644 --- a/RGFW.h +++ b/RGFW.h @@ -9601,7 +9601,7 @@ RGFW_event* RGFW_window_checkEvent(RGFW_window* win) { if (button == 404) continue; - if (RGFW_gamepadPressed[i][button] != gamepadState.digitalButton[j]) { + if (RGFW_gamepadPressed[i][button].current != gamepadState.digitalButton[j]) { if (gamepadState.digitalButton[j]) win->event.type = RGFW_gamepadButtonPressed; else