hiitiger / goverlay

DirectX hook and game overlay solution for Electron, Qt and CEF, just like discord/steam game overlay,inject any app to overlay in your game
Other
800 stars 111 forks source link

Key down stuck after Hotkey pressed #113

Open idannn98 opened 12 months ago

idannn98 commented 12 months ago

I am experiencing an unwanted behavior when I click my Hotkey together with any in game key input. For example, when I click my Hotkey while also pressing W (which is the move forward command inside the game) the overlay opens but I keep moving forward although I stopped pressing W shortly after the overlay opened. Basically, is there a way to clear the keyboard state once we open the overlay?