public class IosTouchHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IosInputHandler |
iosInput |
protected int |
numPointers |
Constructor and Description |
---|
IosTouchHandler(IosInputHandler iosInput) |
Modifier and Type | Method and Description |
---|---|
void |
actionDown(int pointerId,
long time,
float x,
float y) |
void |
actionMove(int pointerId,
long time,
float x,
float y) |
void |
actionUp(int pointerId,
long time,
float x,
float y) |
void |
destroy() |
protected InputEvent |
generateMouseEvent(TouchEvent event) |
void |
initialize() |
protected void |
processEvent(TouchEvent event) |
protected int numPointers
protected IosInputHandler iosInput
public IosTouchHandler(IosInputHandler iosInput)
public void initialize()
public void destroy()
public void actionDown(int pointerId, long time, float x, float y)
public void actionUp(int pointerId, long time, float x, float y)
public void actionMove(int pointerId, long time, float x, float y)
protected void processEvent(TouchEvent event)
protected InputEvent generateMouseEvent(TouchEvent event)