Difference between revisions of "PixelDisplay.scrollX"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>PixelDisplay.scrollX</c> is an offset, in screen pixels, which makes the pixel display appear shifted to the left on screen (or to the right with negative values). == Exam...")
 
(No difference)

Latest revision as of 23:48, 28 April 2020

PixelDisplay.scrollX is an offset, in screen pixels, which makes the pixel display appear shifted to the left on screen (or to the right with negative values).

Example

gfx.scrollX = 100		// shifts the display 100 pixels to the left