public class TouchEvent extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TouchEvent.TouchObject |
static class |
TouchEvent.Type |
| Constructor and Description |
|---|
TouchEvent(boolean altKey,
boolean ctrlKey,
boolean metaKey,
boolean shiftKey) |
| Modifier and Type | Method and Description |
|---|---|
List<TouchEvent.TouchObject> |
getChangedTouches() |
List<TouchEvent.TouchObject> |
getTargetTouches() |
List<TouchEvent.TouchObject> |
getTouches() |
TouchEvent.Type |
getType() |
boolean |
isAltKey() |
boolean |
isCtrlKey() |
boolean |
isMetaKey() |
boolean |
isShiftKey() |
public TouchEvent(boolean altKey,
boolean ctrlKey,
boolean metaKey,
boolean shiftKey)
public TouchEvent.Type getType()
public boolean isAltKey()
public List<TouchEvent.TouchObject> getChangedTouches()
public boolean isCtrlKey()
public boolean isMetaKey()
public boolean isShiftKey()
public List<TouchEvent.TouchObject> getTargetTouches()
public List<TouchEvent.TouchObject> getTouches()
Copyright © 2020 XDEV Software Corp.. All rights reserved.