Contents

UIEvent.EventType

Constants that specify the general type of an event.

Declaration

enum EventType

Overview

You can obtain the type of an event from the type property. To further identify the event, you might also need to determine its subtype, which you obtain from the subtype property.

Topics

Constants

Initializers

See Also

Getting the event type