Difference between revisions of "Mouse.x"

From MiniScript Wiki
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")
(No difference)

Revision as of 15:35, 24 March 2020

mouse.x returns the current distance (in pixels) of the mouse cursor from the left edge of the screen.

Example

print mouse.x