mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-07 17:29:56 +01:00
Windows: Call default handler on key events
This commit is contained in:
parent
6402783a9e
commit
010d6582c7
|
|
@ -687,7 +687,7 @@ final class WindowsDisplay implements DisplayImplementation {
|
|||
case WM_KEYUP: /* Fall through */
|
||||
case WM_KEYDOWN:
|
||||
handleKeyButton(wParam, lParam, millis);
|
||||
return true;
|
||||
return false;
|
||||
case WM_QUIT:
|
||||
close_requested = true;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue