Closed UnnamedOrange closed 3 years ago
If Alt+Tab is used, the pop of Alt key won't be captured. Consider getting the state of Alt key once it is needed or capturing kill focus message.
There is already a _GainedFocusLastFrame variable in InputModule. So adding a clearKey function once the window regain focus should do the trick.
If Alt+Tab is used, the pop of Alt key won't be captured. Consider getting the state of Alt key once it is needed or capturing kill focus message.