public class DragScrollListener extends DragListener
| Constructor and Description |
|---|
DragScrollListener(ScrollPane scroll) |
| Modifier and Type | Method and Description |
|---|---|
void |
drag(InputEvent event,
float x,
float y,
int pointer) |
void |
dragStop(InputEvent event,
float x,
float y,
int pointer) |
void |
setup(float minSpeedPixels,
float maxSpeedPixels,
float tickSecs,
float rampSecs) |
cancel, dragStart, getButton, getDeltaX, getDeltaY, getStageTouchDownX, getStageTouchDownY, getTapSquareSize, getTouchDownX, getTouchDownY, isDragging, setButton, setTapSquareSize, touchDown, touchDragged, touchUpenter, exit, handle, keyDown, keyTyped, keyUp, mouseMoved, scrolledpublic DragScrollListener(ScrollPane scroll)
public void setup(float minSpeedPixels,
float maxSpeedPixels,
float tickSecs,
float rampSecs)
public void drag(InputEvent event, float x, float y, int pointer)
drag in class DragListenerpublic void dragStop(InputEvent event, float x, float y, int pointer)
dragStop in class DragListener