public interface TouchEvent
InputEvent
, the ordering of events is not guaranteedModifier and Type | Interface and Description |
---|---|
static class |
TouchEvent.EventType
ON_PRESSED - an event of this type is issued on mouse/touchscreen pressed
ON_RELEASE - an event of this type is issued when the mouse/touchscreen is released
|
Modifier and Type | Method and Description |
---|---|
HTMLComponent |
getComponent() |
TouchEvent.EventType |
getEventType() |
int |
getRelativePosX() |
int |
getRelativePosY() |
TouchEvent.EventType getEventType()
int getRelativePosX()
int getRelativePosY()
HTMLComponent getComponent()
Copyright © 2018. All rights reserved.