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
Copy file name to clipboardExpand all lines: py5_docs/Reference/api_en/Sketch_rmouse_x.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ category = input
7
7
subcategory = mouse
8
8
9
9
@@ description
10
-
The current horizonal coordinate of the mouse after activating scale invariant drawing. See [](sketch_window_ratio) for more information about how to activate this and why it is useful.
10
+
The current horizontal coordinate of the mouse after activating scale invariant drawing. See [](sketch_window_ratio) for more information about how to activate this and why it is useful.
11
11
12
12
Note that py5 can only track the mouse position when the pointer is over the current window. The default value of `rmouse_x` is `0`, so `0` will be returned until the mouse moves in front of the Sketch window. (This typically happens when a Sketch is first run.) Once the mouse moves away from the window, `rmouse_x` will continue to report its most recent position.
0 commit comments