public class FlickAction extends TouchAction implements Action
| Modifier and Type | Field and Description |
|---|---|
static int |
SPEED_FAST |
static int |
SPEED_NORMAL |
touchScreenwhere| 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() |
getActionLocationpublic 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 © 2014. All rights reserved.