public class FlickAction extends TouchAction implements Action
Modifier and Type | Field and Description |
---|---|
static int |
SPEED_FAST |
static int |
SPEED_NORMAL |
touchScreen
where
Constructor and Description |
---|
FlickAction(TouchScreen touchScreen,
int xSpeed,
int ySpeed) |
FlickAction(TouchScreen touchScreen,
Locatable locationProvider,
int x,
int y,
int speed) |
Modifier and Type | Method and Description |
---|---|
void |
perform() |
getActionLocation
public static final int SPEED_NORMAL
public static final int SPEED_FAST
public FlickAction(TouchScreen touchScreen, Locatable locationProvider, int x, int y, int speed)
public FlickAction(TouchScreen touchScreen, int xSpeed, int ySpeed)
Copyright © 2015. All rights reserved.