mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
web: clear resizedLastFrame (#2077)
This commit is contained in:
parent
fcc6a61d9e
commit
8f5bd3e185
@ -4849,6 +4849,10 @@ void PollInputEvents(void)
|
|||||||
#endif
|
#endif
|
||||||
#endif // PLATFORM_DESKTOP
|
#endif // PLATFORM_DESKTOP
|
||||||
|
|
||||||
|
#if defined(PLATFORM_WEB)
|
||||||
|
CORE.Window.resizedLastFrame = false;
|
||||||
|
#endif // PLATFORM_WEB
|
||||||
|
|
||||||
// Gamepad support using emscripten API
|
// Gamepad support using emscripten API
|
||||||
// NOTE: GLFW3 joystick functionality not available in web
|
// NOTE: GLFW3 joystick functionality not available in web
|
||||||
#if defined(PLATFORM_WEB)
|
#if defined(PLATFORM_WEB)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user