Mouse.x

From MiniScript Wiki
Revision as of 15:35, 24 March 2020 by 71.226.33.30 (talk) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Example

print mouse.x