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:
parent
46cc3d088b
commit
93cef5fe9b
5 changed files with 37 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue