Difference between revisions of "Mouse.y"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>mouse.y</c> returns the current distance (in pixels) of the mouse cursor from the bottom edge of the screen. See also: mouse.x; Screen coordinates == Example ==...")
 
Line 5: Line 5:
 
== Example ==
 
== Example ==
  
<ms>print mouse.x</ms>
+
<ms>print mouse.y</ms>
  
 
[[Category:Mini Micro]]
 
[[Category:Mini Micro]]

Revision as of 19:49, 24 March 2020

mouse.y returns the current distance (in pixels) of the mouse cursor from the bottom edge of the screen.

See also: mouse.x; Screen coordinates

Example

print mouse.y