You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On latest pyglet, `set_mouse_visible(False)` on windows (32-bit, py2.7) does
not take effect until the mouse is moved *after* the call is made. If the mouse
is not moved, the cursor stays visible on the screen.
Original issue reported on code.google.com by [email protected] on 24 Jul 2014 at 4:38
The text was updated successfully, but these errors were encountered:
Adding win.set_mouse_platform_visible(False) (even though you're not supposed
to have to call it) fixes this issue. Must not be getting properly called in
the set_visible method of the mouse class.
Original issue reported on code.google.com by
[email protected]
on 24 Jul 2014 at 4:38The text was updated successfully, but these errors were encountered: