Difference between revisions of "Mouse.x"
Jump to navigation
Jump to search
(Created page with "<c>mouse.x</c> returns the current distance (in pixels) of the mouse cursor from the left edge of the screen. == Example == <ms>print mouse.x</ms> Category:Mini Micro") |
|||
Line 1: | Line 1: | ||
<c>mouse.x</c> returns the current distance (in pixels) of the mouse cursor from the left edge of the screen. | <c>mouse.x</c> returns the current distance (in pixels) of the mouse cursor from the left edge of the screen. | ||
+ | |||
+ | See also: [[mouse.y]]; [[Screen coordinates]] | ||
== Example == | == Example == |
Revision as of 15:37, 24 March 2020
mouse.x
returns the current distance (in pixels) of the mouse cursor from the left edge of the screen.
See also: mouse.y; Screen coordinates
Example
print mouse.x