Event.EventType
Specifies the general type of event.
public enum EventType: Int
Inheritance
Int
Enumeration Cases
touches
The event is related to touches on the screen.
case touches
motion
The event is related to motion of the device.
case motion
remoteControl
The event is a remote-control event.
case remoteControl
presses
The event is related to the press of a physical button.
case presses