Windows: Call default handler on key events

This commit is contained in:
Elias Naur 2007-04-24 14:13:42 +00:00
parent 6402783a9e
commit 010d6582c7
1 changed files with 1 additions and 1 deletions

View File

@ -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;