Description:
Parameter | Range | Description |
---|---|---|
scrollY | 0 ... display height - 1 | vertical distance in pixels to be scrolled |
Scrolls the currently active viewport scrollY pixels down.
Note
Example
Draw.scrollDown(50);
Scrolls the viewport content 50 pixels down.
See also:
Draw.scrollUp(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.