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 left.
Note
Example
Draw.scrollLeft(25);
Scrolls the viewport content 25 pixels to the left.
See also:
Draw.scrollRight(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.