Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSEventMBS class.

NSEventMBS.NSAlphaShiftKeyMask = &h10000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if Caps Lock key is pressed.

NSEventMBS.NSAlternateKeyMask = &h80000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if Option or Alternate key is pressed.

NSEventMBS.NSAnyEventMask = &hFFFFFFFF

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSAppKitDefined=13

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSAppKitDefinedMask = &h2000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSApplicationActivatedEventType = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing the types of events defined by the Application Kit.

The application has been activated.

NSEventMBS.NSApplicationDeactivatedEventType = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing the types of events defined by the Application Kit.

The application has been deactivated.

NSEventMBS.NSApplicationDefined=15

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSApplicationDefinedMask = &h8000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSAWTEventType = 16

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing the types of events defined by the Application Kit.

An event type used to support Java applications.

NSEventMBS.NSBeginFunctionKey = &hF72A

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Begin key. Not on most Macintosh keyboards.

NSEventMBS.NSBreakFunctionKey = &hF732

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Break key. Not on most Macintosh keyboards.

NSEventMBS.NSClearDisplayFunctionKey = &hF73A

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Clear Display key. Not on most Macintosh keyboards.

NSEventMBS.NSClearLineFunctionKey = &hF739

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Clear/Num Lock key.

NSEventMBS.NSCommandKeyMask = &h100000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if Command key is pressed.

NSEventMBS.NSControlKeyMask = &h40000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if Control key is pressed.

NSEventMBS.NSCursorPointingDevice=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants represent pointing-device types for NSTabletProximity events or mouse events with subtype NSTabletProximityEventSubtype.

The pointingDeviceType method returns one of these constants.
Represents a cursor (or puck-like) pointing device.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSCursorUpdate=17

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSCursorUpdateMask = &h20000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSDeleteCharFunctionKey = &hF73E

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Delete Character key. Not on most Macintosh keyboards.

NSEventMBS.NSDeleteFunctionKey = &hF728

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Forward Delete key.

NSEventMBS.NSDeleteLineFunctionKey = &hF73C

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Delete Line key. Not on most Macintosh keyboards.

NSEventMBS.NSDeviceIndependentModifierFlagsMask = &hffff0000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
The mask for all device indepenend modifier flags.

Used to retrieve only the device-independent modifier flags, allowing applications to mask off the device-dependent modifier flags, including event coalescing information.

Available in Mac OS X v10.4 and later.

NSEventMBS.NSDownArrowFunctionKey = &hF701

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Down Arrow key.

NSEventMBS.NSEndFunctionKey = &hF72B

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

End key.

NSEventMBS.NSEraserPointingDevice=3

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants represent pointing-device types for NSTabletProximity events or mouse events with subtype NSTabletProximityEventSubtype.

The pointingDeviceType method returns one of these constants.
Represents the eraser end of a stylus-like pointing device.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSEventMaskBeginGesture = &h80000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventMaskEndGesture = &h100000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventMaskGesture = &h20000000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventMaskMagnify = &h40000000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventMaskRotate = &h40000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventMaskSwipe = &h80000000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventTypeBeginGesture=19

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for events.

An event that represents a gesture beginning.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventTypeEndGesture=20

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for events.

An event that represents some type of gesture such as NSEventTypeMagnify, NSEventTypeSwipe, NSEventTypeRotate, NSEventTypeBeginGesture, or NSEventTypeEndGesture.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventTypeGesture=29

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the event types.

An event that represents some type of gesture such as NSEventTypeMagnify, NSEventTypeSwipe, NSEventTypeRotate, NSEventTypeBeginGesture, or NSEventTypeEndGesture.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventTypeMagnify=30

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the event types.

An event representing a pinch open or pinch close gesture.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventTypePressure = 34

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 15.1
One of the event types.

A force touch pressure event.

NSEventMBS.NSEventTypeQuickLook = 33

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 15.1
One of the event types.

The quicklook event.

NSEventMBS.NSEventTypeRotate=18

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the event types.

An event representing a rotation gesture.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSEventTypeSmartMagnify = 32

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 15.1
One of the event types.

The smart magnify event.

NSEventMBS.NSEventTypeSwipe=31

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the event types.

An event representing a swipe gesture.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSExecuteFunctionKey = &hF742

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Execute key. Not on most Macintosh keyboards.

NSEventMBS.NSF10FunctionKey = &hF70D

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F10 key.

NSEventMBS.NSF11FunctionKey = &hF70E

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F11 key.

NSEventMBS.NSF12FunctionKey = &hF70F

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F12 key.

NSEventMBS.NSF13FunctionKey = &hF710

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F13 key.

NSEventMBS.NSF14FunctionKey = &hF711

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F14 key.

NSEventMBS.NSF15FunctionKey = &hF712

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F15 key.

NSEventMBS.NSF16FunctionKey = &hF713

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F16 key.

NSEventMBS.NSF17FunctionKey = &hF714

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F17 key.

NSEventMBS.NSF18FunctionKey = &hF715

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F18 key.

NSEventMBS.NSF19FunctionKey = &hF716

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F19 key.

NSEventMBS.NSF1FunctionKey = &hF704

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F1 key.

NSEventMBS.NSF20FunctionKey = &hF717

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F20 key.

NSEventMBS.NSF21FunctionKey = &hF718

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F21 key. Not on most Macintosh keyboards.

NSEventMBS.NSF22FunctionKey = &hF719

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F22 key. Not on most Macintosh keyboards.

NSEventMBS.NSF23FunctionKey = &hF71A

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F23 key. Not on most Macintosh keyboards.

NSEventMBS.NSF24FunctionKey = &hF71B

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F24 key. Not on most Macintosh keyboards.

NSEventMBS.NSF25FunctionKey = &hF71C

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F25 key. Not on most Macintosh keyboards.

NSEventMBS.NSF26FunctionKey = &hF71D

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F26 key. Not on most Macintosh keyboards.

NSEventMBS.NSF27FunctionKey = &hF71E

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F27 key. Not on most Macintosh keyboards.

NSEventMBS.NSF28FunctionKey = &hF71F

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F28 key. Not on most Macintosh keyboards.

NSEventMBS.NSF29FunctionKey = &hF720

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F29 key. Not on most Macintosh keyboards.

NSEventMBS.NSF2FunctionKey = &hF705

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F2 key.

NSEventMBS.NSF30FunctionKey = &hF721

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F30 key. Not on most Macintosh keyboards.

NSEventMBS.NSF31FunctionKey = &hF722

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F31 key. Not on most Macintosh keyboards.

NSEventMBS.NSF32FunctionKey = &hF723

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F32 key. Not on most Macintosh keyboards.

NSEventMBS.NSF33FunctionKey = &hF724

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F33 key. Not on most Macintosh keyboards.

NSEventMBS.NSF34FunctionKey = &hF725

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F34 key. Not on most Macintosh keyboards.

NSEventMBS.NSF35FunctionKey = &hF726

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F35 key. Not on most Macintosh keyboards.

NSEventMBS.NSF3FunctionKey = &hF706

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F3 key.

NSEventMBS.NSF4FunctionKey = &hF707

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F4 key.

NSEventMBS.NSF5FunctionKey = &hF708

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F5 key.

NSEventMBS.NSF6FunctionKey = &hF709

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F6 key.

NSEventMBS.NSF7FunctionKey = &hF70A

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F7 key.

NSEventMBS.NSF8FunctionKey = &hF70B

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F8 key.

NSEventMBS.NSF9FunctionKey = &hF70C

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

F9 key.

NSEventMBS.NSFindFunctionKey = &hF745

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Find key. Not on most Macintosh keyboards.

NSEventMBS.NSFlagsChanged=12

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSFlagsChangedMask = &h1000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSFunctionKeyMask = &h800000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if any function key is pressed. The function keys include the F keys at the top of most keyboards (F1, F2, and so on) and the navigation keys in the center of most keyboards (Help, Forward Delete, Home, End, Page Up, Page Down, and the arrow keys).

NSEventMBS.NSHelpFunctionKey = &hF746

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Help key.

NSEventMBS.NSHelpKeyMask = &h400000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if the Help key is pressed.

NSEventMBS.NSHomeFunctionKey = &hF729

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Home key.

NSEventMBS.NSInsertCharFunctionKey = &hF73D

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Insert Character key. Not on most Macintosh keyboards.

NSEventMBS.NSInsertFunctionKey = &hF727

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Insert key. Not on most Macintosh keyboards.

NSEventMBS.NSInsertLineFunctionKey = &hF73B

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Insert Line key. Not on most Macintosh keyboards.

NSEventMBS.NSKeyDown=10

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSKeyDownMask = &h400

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSKeyUp=11

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSKeyUpMask = &h800

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSLeftArrowFunctionKey = &hF702

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Left Arrow key.

NSEventMBS.NSLeftMouseDown=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSLeftMouseDownMask = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSLeftMouseDragged=6

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSLeftMouseDraggedMask = 64

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSLeftMouseUp=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSLeftMouseUpMask = 4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSMenuFunctionKey = &hF735

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Menu key. Not on most Macintosh keyboards.

NSEventMBS.NSModeSwitchFunctionKey = &hF747

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Mode Switch key. Not on most Macintosh keyboards.

NSEventMBS.NSMouseEntered=8

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSMouseEnteredMask = &h100

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSMouseEventSubtype = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing mouse-event subtypes for mouse and tablet events (accessed with the subtype method).

Indicates a purely mouse event.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSMouseExited=9

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSMouseExitedMask = &h200

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSMouseMoved=5

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSMouseMovedMask = 32

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSNextFunctionKey = &hF740

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Next key. Not on most Macintosh keyboards.

NSEventMBS.NSNumericPadKeyMask = &h200000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if any key in the numeric keypad is pressed. The numeric keypad is generally on the right side of the keyboard. This is also set if any of the arrow keys are pressed (NSUpArrowFunctionKey, NSDownArrowFunctionKey, NSLeftArrowFunctionKey, and NSRightArrowFunctionKey).

NSEventMBS.NSOtherMouseDown=25

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSOtherMouseDownMask = &h2000000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSOtherMouseDragged=27

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSOtherMouseDraggedMask = &h8000000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSOtherMouseUp=26

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSOtherMouseUpMask = &h4000000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSPageDownFunctionKey = &hF72D

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Page Down key.

NSEventMBS.NSPageUpFunctionKey = &hF72C

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Page Up key.

NSEventMBS.NSPauseFunctionKey = &hF730

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Pause key. Not on most Macintosh keyboards.

NSEventMBS.NSPenLowerSideMask=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSPenPointingDevice=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants represent pointing-device types for NSTabletProximity events or mouse events with subtype NSTabletProximityEventSubtype.

The pointingDeviceType method returns one of these constants.
Represents the tip end of a stylus-like pointing device.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSPenTipMask=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSPenUpperSideMask=4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSPeriodic=16

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSPeriodicMask = &h10000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSPowerOffEventType = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
This constant denotes that the user is turning off the computer.

Specifies that the user is turning off the computer.

NSEventMBS.NSPrevFunctionKey = &hF73F

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Previous key. Not on most Macintosh keyboards.

NSEventMBS.NSPrintFunctionKey = &hF738

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Print key. Not on most Macintosh keyboards.

NSEventMBS.NSPrintScreenFunctionKey = &hF72E

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Print Screen key. Not on most Macintosh keyboards.

NSEventMBS.NSRedoFunctionKey = &hF744

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Redo key. Not on most Macintosh keyboards.

NSEventMBS.NSResetFunctionKey = &hF733

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Reset key. Not on most Macintosh keyboards.

NSEventMBS.NSRightArrowFunctionKey = &hF703

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Right Arrow key.

NSEventMBS.NSRightMouseDown=3

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSRightMouseDownMask = 8

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSRightMouseDragged=7

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSRightMouseDraggedMask = 128

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSRightMouseUp=4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSRightMouseUpMask = 16

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSScreenChangedEventType = 8

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing the types of events defined by the Application Kit.

An NSWindow has changed screens.

NSEventMBS.NSScrollLockFunctionKey = &hF72F

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Scroll Lock key. Not on most Macintosh keyboards.

NSEventMBS.NSScrollWheel=22

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSScrollWheelMask = &h400000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSSelectFunctionKey = &hF741

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Select key. Not on most Macintosh keyboards.

NSEventMBS.NSShiftKeyMask = &h20000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing device-independent bits found in event modifier flags.

Set if Shift key is pressed.

NSEventMBS.NSStopFunctionKey = &hF734

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Stop key. Not on most Macintosh keyboards.

NSEventMBS.NSSysReqFunctionKey = &hF731

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

System Request key. Not on most Macintosh keyboards.

NSEventMBS.NSSystemDefined=14

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSSystemDefinedMask = &h4000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSSystemFunctionKey = &hF737

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

System key. Not on most Macintosh keyboards.

NSEventMBS.NSTabletPoint=23

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSTabletPointEventSubtype = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing mouse-event subtypes for mouse and tablet events (accessed with the subtype method).

Indicates a tablet-pointer event; see description of NSTabletPoint.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSTabletPointMask = &h800000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.

NSEventMBS.NSTabletProximity=24

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 7.7
One of the event types.

NSEventMBS.NSTabletProximityEventSubtype = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing mouse-event subtypes for mouse and tablet events (accessed with the subtype method).

Indicates a tablet-proximity event; see description of NSTabletProximity.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSTabletProximityMask = &h1000000

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for masks for the events.

Pass them to the NSCell method sendActionOn to specify when an NSCell should send its action message.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSTouchEventSubtype = 3

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing mouse-event subtypes for mouse and tablet events (accessed with the subtype method).

Indicates a touch event subtype.
Available in Mac OS X v10.6 and later.

NSEventMBS.NSUndoFunctionKey = &hF743

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Undo key. Not on most Macintosh keyboards.

NSEventMBS.NSUnknownPointingDevice=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants represent pointing-device types for NSTabletProximity events or mouse events with subtype NSTabletProximityEventSubtype.

The pointingDeviceType method returns one of these constants.
Represents an unknown type of pointing device.
Available in Mac OS X v10.4 and later.

NSEventMBS.NSUpArrowFunctionKey = &hF700

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

Up Arrow key.

NSEventMBS.NSUserFunctionKey = &hF736

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing Unicode characters (0xF700–0xF8FF) that are reserved for function keys on the keyboard.

User key. Not on most Macintosh keyboards.

NSEventMBS.NSWindowExposedEventType = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing the types of events defined by the Application Kit.

A non-retained NSWindow has been exposed.

NSEventMBS.NSWindowMovedEventType = 4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants representing the types of events defined by the Application Kit.

An NSWindow has moved.

The items on this page are in the following plugins: MBS MacBase Plugin.


The biggest plugin in space...