inputEventMask
Retrieves the event types the filter accepts.
Declaration
class var inputEventMask: NSEvent.EventTypeMask { get }Discussion
This method retrieves the event types that the filter accepts. This information may be used by an event tracking loop to watch for events that can be passed to the filter.