Home | History | Annotate | Download | only in widget

Lines Matching refs:vscroll

2833         public boolean onMouseScroll(float hscroll, float vscroll) {
2837 vscroll *= MOUSE_SCROLL_FACTOR;
2839 if (vscroll != 0f) {
2840 scroll = vscroll;
2848 onScroll(0f, 0f, hscroll, vscroll);