This commit is contained in:
David Rose 2001-07-18 02:43:57 +00:00
parent 437d8ad612
commit dc1fe04b92

View File

@ -1355,6 +1355,7 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
GetCursorPos(&point);
ScreenToClient(hwnd, &point);
handle_keypress(lookup_key(wparam), point.x, point.y);
return 0;
}
case WM_SYSKEYUP: