mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 14:37:41 +00:00
Separate KeyEvents and KeyPresses
This commit is contained in:
@ -365,6 +365,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
gClient->SetQuitIntro(true);
|
||||
}
|
||||
// Fall through to other events
|
||||
case WM_CHAR:
|
||||
case WM_KEYUP :
|
||||
case WM_LBUTTONUP :
|
||||
case WM_RBUTTONUP :
|
||||
|
Reference in New Issue
Block a user