You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ::MOVE event it returns the correct window height, but in ::FRAME it returns the initial value of _windowHeight (1024).
I need it in ::FRAME in order to debounce mouse events, so I only process one per frame and avoid running expensive computations multiple times per frame.
In the
::MOVE
event it returns the correct window height, but in::FRAME
it returns the initial value of_windowHeight
(1024).I need it in
::FRAME
in order to debounce mouse events, so I only process one per frame and avoid running expensive computations multiple times per frame.Here is a minimal repro case:
The text was updated successfully, but these errors were encountered: