mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
@ -4724,6 +4724,8 @@ void PollInputEvents(void)
|
||||
}
|
||||
}
|
||||
|
||||
CORE.Window.resizedLastFrame = false;
|
||||
|
||||
#if defined(SUPPORT_EVENTS_WAITING)
|
||||
glfwWaitEvents();
|
||||
#else
|
||||
@ -4731,10 +4733,6 @@ void PollInputEvents(void)
|
||||
#endif
|
||||
#endif // PLATFORM_DESKTOP
|
||||
|
||||
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
|
||||
CORE.Window.resizedLastFrame = false;
|
||||
#endif
|
||||
|
||||
// Gamepad support using emscripten API
|
||||
// NOTE: GLFW3 joystick functionality not available in web
|
||||
#if defined(PLATFORM_WEB)
|
||||
|
||||
Reference in New Issue
Block a user