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