Contents

subtype

Returns the subtype of the event.

Declaration

var subtype: UIEvent.EventSubtype { get }

Discussion

The UIEvent.EventSubtype constant returned by this property indicates the subtype of the event in relation to the general type, which you can retrieve from the type property.

See Also

Getting the event type