Contents

NSEvent.EventTypeMask

Constants that you use to filter out specific event types from the stream of incoming events.

Declaration

struct EventTypeMask

Overview

Pass these constants to the NSCell method sendAction(on:) to specify when an NSCell object should send its action message.

Topics

Getting Any Event

Getting Mouse-Related Events

Getting Keyboard Events

Getting Touch Events

Getting Input Events

Getting System Events

Creating an Event Mask

Type Properties

See Also

Constants