Description:
Parameter | Range | Description |
---|---|---|
scrollX | 0 ... display width - 1 | horizontal distance in pixels to be scrolled |
Scrolls the currently active viewport scrollX pixels to the right.
Note
Example
Draw.scrollRight(250);
Scrolls the viewport content 250 pixels to the right.
See also:
Draw.scrollLeft(int)
Draw.scrollUp(int)
Draw.scrollDown(int)
Memory.scrollUpScreen(int, int)
Memory.scrollDownScreen(int, int)
Memory.scrollLeftScreen(int, int)
Memory.scrollRightScreen(int, int)
Copyright © demmel products gmbh. All rights reserved.