Screen coordinates

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

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