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