mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(event): handle WM_ACTIVATE event in window proc
This commit is contained in:
parent
e6b43f9758
commit
27cab4814c
3 changed files with 18 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ int32_t Input::s_simulatedRightButtonClick;
|
|||
uint32_t Input::s_metaKeyState;
|
||||
int32_t Input::s_queueHead;
|
||||
int32_t Input::s_queueTail;
|
||||
int32_t Input::s_windowFocused;
|
||||
|
||||
#if defined(WHOA_SYSTEM_WIN)
|
||||
int32_t Input::s_savedMouseSpeed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue