EventRequest
public protocol EventRequest
Encapsulates an event request object that traverses responder chains looking for a target for input events.
-
Accepts a given event handler for receiving input events.
Declaration
Swift
func accept(handler: EventHandler)