mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
oops
This commit is contained in:
parent
437d8ad612
commit
dc1fe04b92
@ -1355,6 +1355,7 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
|
|||||||
GetCursorPos(&point);
|
GetCursorPos(&point);
|
||||||
ScreenToClient(hwnd, &point);
|
ScreenToClient(hwnd, &point);
|
||||||
handle_keypress(lookup_key(wparam), point.x, point.y);
|
handle_keypress(lookup_key(wparam), point.x, point.y);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
case WM_SYSKEYUP:
|
case WM_SYSKEYUP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user