Skip to content

Commit 1aa781e

Browse files
authored
Merge pull request #428 from hx2A/fixspelling
fix spelling
2 parents 59e0879 + 1d6f70c commit 1aa781e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py5_docs/Reference/api_en/Sketch_rmouse_x.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ category = input
77
subcategory = mouse
88

99
@@ 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.
1111

1212
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.
1313

0 commit comments

Comments
 (0)