public class AndroidMotionEvent
extends MotionEvent
Constructor and Description |
---|
AndroidMotionEvent() |
Modifier and Type | Method and Description |
---|---|
MotionEvent |
copy() |
int |
getAction() |
int |
getPointerCount() |
long |
getTime() |
float |
getX() |
float |
getX(int pointer) |
float |
getY() |
float |
getY(int pointer) |
void |
recycle() |
MotionEvent |
wrap(android.view.MotionEvent e) |
public MotionEvent wrap(android.view.MotionEvent e)
public int getAction()
public float getX()
public float getY()
public float getX(int pointer)
public float getY(int pointer)
public int getPointerCount()
public MotionEvent copy()
public void recycle()
public long getTime()