KeyboardEventRequest
public protocol KeyboardEventRequest : EventRequest
A event request for a keyboard event that is forwarded to potential event handlers to accept.
-
The keyboard event this event request represents.
Declaration
Swift
var eventType: KeyboardEventType { get }