Difference between revisions of "Screen coordinates"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "In Mini Micro, screen coordinates refers to the number of pixels from the bottom-left corner of the screen. These are the coordinates returned by mouse.x and mouse....")
 
(No difference)

Latest revision as of 15:17, 8 March 2020

In Mini Micro, screen coordinates refers to the number of pixels from the bottom-left corner of the screen.

These are the coordinates returned by mouse.x and mouse.y, as well as the coordinates used by default in a PixelDisplay or SpriteDisplay (possibly shifted by scrolling, or in the case of a pixel display, by scaling).

ScreenCoordinates.png