public interface TouchAdapter extends EventAdapter
EventAdapter.Linker| Modifier and Type | Method and Description |
|---|---|
void |
touch(TouchEvent touchEvent)
Manage ANY touch events.
|
void |
touchMoved(TouchEvent touchEvent)
Manage events when touch point is moved.
|
void |
touchPressed(TouchEvent touchEvent)
Manage events when touch point is touched for the first time.
|
void |
touchReleased(TouchEvent touchEvent)
Manage events when touch point is released.
|
void |
touchStationary(TouchEvent touchEvent)
Manage events when touch point is pressed and still (doesn't move)..
|
void touch(TouchEvent touchEvent)
touchEvent - the event to managevoid touchMoved(TouchEvent touchEvent)
touchEvent - the event to managevoid touchPressed(TouchEvent touchEvent)
touchEvent - the event to managevoid touchReleased(TouchEvent touchEvent)
touchEvent - the event to managevoid touchStationary(TouchEvent touchEvent)
touchEvent - the event to manageCopyright © 2011–2014 JRebirth OSS. All rights reserved.