File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src_c/cython/pygame/_sdl2 Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 123
123
124
124
*This function will flush any pending mouse motion." *
125
125
126
- If :func: `pygame.mouse.set_visible ` was called with ``True `` the input
127
- will be grabbed, and the mouse will enter endless relative motion mode.
128
-
126
+ Calling :func: `pygame.mouse.set_visible ` with argument
127
+ ``True `` will exit relative mouse mode.
129
128
130
129
.. attribute :: title
131
130
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ cdef class Window:
295
295
296
296
*This function will flush any pending mouse motion."*
297
297
298
- If :func:`pygame.mouse.set_visible` was called with ``True`` the input
299
- will be grabbed, and the mouse will enter endless relative motion mode.
298
+ Calling :func:`pygame.mouse.set_visible` with argument
299
+ ``True`` will exit relative mouse mode.
300
300
"""
301
301
return SDL_GetRelativeMouseMode()
302
302
You can’t perform that action at this time.
0 commit comments