Mouse.x

From MiniScript Wiki
Revision as of 01:10, 28 September 2021 by JoeStrout (talk | contribs) (added bug note)
(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.

See also: mouse.y; Screen coordinates

Known Issue

In Mini Micro 1.0, when running as a WebGL build on an Apple Retina display, the mouse coordinates reported are incorrect (as if the mouse is twice as far from the top-left corner of the physical screen than it really is).

Example

print mouse.x