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
When ALT+TABing out & in on the example applications (i.e. 27-terrain), the camera will no longer move, when pressing WASD until you press ALT again.
Reason:
When holding any modifier key (ALT/SHIFT/...) while the window loses focus (tab out/ click outside), the modifier flags will not be cleared when releasing the modifier key while the window does not have focus. When refocusing the window, the modifier will still be set.
Another way to reproduce:
hold shift
click out of the window
release shift
refocus window
now SHIFT is still set when pressing any normal key (SHIFT + WASD doesn't move camera and shouldn't)
Tested with Example 27 & 29.
The text was updated successfully, but these errors were encountered:
When
ALT
+TAB
ing out & in on the example applications (i.e. 27-terrain), the camera will no longer move, when pressingWASD
until you pressALT
again.Reason:
When holding any modifier key (ALT/SHIFT/...) while the window loses focus (tab out/ click outside), the modifier flags will not be cleared when releasing the modifier key while the window does not have focus. When refocusing the window, the modifier will still be set.
Another way to reproduce:
shift
shift
SHIFT
is still set when pressing any normal key (SHIFT
+WASD
doesn't move camera and shouldn't)Tested with Example 27 & 29.
The text was updated successfully, but these errors were encountered: