public class UIEvent extends NSObject
| Modifier and Type | Method and Description |
|---|---|
Set<UITouch> |
allTouches()
Returns all the touch objects related to this object.
|
int |
subtype()
Returns the subtype of the event.
|
double |
timestamp()
Returns the timestamp of the event.
|
String |
toString() |
int |
type()
Returns the type of the event.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic Set<UITouch> allTouches()
public double timestamp()
public int type()
public int subtype()
Copyright © 2020. All rights reserved.