mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix errant mouse cursor
This commit is contained in:
parent
8f77347a1b
commit
81ea39486f
@ -71,6 +71,7 @@ WinGraphicsWindow(GraphicsPipe *pipe, GraphicsStateGuardian *gsg,
|
||||
_ime_composition_w = false;
|
||||
_tracking_mouse_leaving = false;
|
||||
_maximized = false;
|
||||
_cursor = 0;
|
||||
memset(_keyboard_state, 0, sizeof(BYTE) * num_virtual_keys);
|
||||
_lost_keypresses = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user