Static Public Member Functions | |
static void | StartScroll (UIEvent e) |
This gets called when the element is clicked on. It's onmousedown points at this method. More... | |
static void | ScrollNow (UIEvent e) |
Called when the element scrolls. More... | |
Static Private Attributes | |
static int | StartY |
The starting point for the scrolling. More... | |
static Element | Scrolling |
The element currently being scrolled. More... | |
|
inlinestatic |
Called when the element scrolls.
|
inlinestatic |
This gets called when the element is clicked on. It's onmousedown points at this method.
|
staticprivate |
The element currently being scrolled.
|
staticprivate |
The starting point for the scrolling.