1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Fix AltGr triggering keyboard shortcuts.

This commit is contained in:
fusion 2021-07-06 23:52:16 +02:00
parent 46cc3d088b
commit 93cef5fe9b
5 changed files with 37 additions and 5 deletions

View file

@ -52,6 +52,7 @@ public:
bool mSoftHasFocus; // Mostly tracks mHasFocus except for when we get an explicit 'LostFocus' callback
bool mNeedsStateReset;
bool mKeyLayoutHasAltGr;
public:
virtual LRESULT WindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);