Screen coordinates
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....")
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).