@Deprecated public class FlickAction extends TouchAction implements Action
| Modifier and Type | Field and Description |
|---|---|
static int |
SPEED_FAST
Deprecated.
|
static int |
SPEED_NORMAL
Deprecated.
|
touchScreenwhere| Constructor and Description |
|---|
FlickAction(TouchScreen touchScreen,
int xSpeed,
int ySpeed)
Deprecated.
|
FlickAction(TouchScreen touchScreen,
Locatable locationProvider,
int x,
int y,
int speed)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
perform()
Deprecated.
|
getActionLocationgetTargetElementpublic 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)