Platforms to show: All Mac Windows Linux Cross-Platform
Back to CGEventTapMBS class.
CGEventTapMBS.kCGAnnotatedSessionEventTap = 2
Function:
One of the constants that specify possible tapping points for events.
Notes: At the point where events have been annotated to flow to a specific application, or at the point where events are delivered to the application.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: At the point where events have been annotated to flow to a specific application, or at the point where events are delivered to the application.
CGEventTapMBS.kCGEventMaskFlagsChanged = 4096
Function:
One of the event mask constants.
Notes: Key flags changed, e.g. modifier keys pressed.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Key flags changed, e.g. modifier keys pressed.
CGEventTapMBS.kCGEventMaskForAllEvents = -1
Function:
One of the event mask constants.
Notes: Listen for all events.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Listen for all events.
CGEventTapMBS.kCGEventMaskKeyDown = 1024
Function:
One of the event mask constants.
Notes: Key Down
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Key Down
CGEventTapMBS.kCGEventMaskKeyUp = 2048
Function:
One of the event mask constants.
Notes: Key up.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Key up.
CGEventTapMBS.kCGEventMaskLeftMouseDown = 2
Function:
One of the event mask constants.
Notes: left mouse-down event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: left mouse-down event
CGEventTapMBS.kCGEventMaskLeftMouseDragged = 64
Function:
One of the event mask constants.
Notes: left mouse-dragged event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: left mouse-dragged event
CGEventTapMBS.kCGEventMaskLeftMouseUp = 4
Function:
One of the event mask constants.
Notes: left mouse-up event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: left mouse-up event
CGEventTapMBS.kCGEventMaskMouseMoved = 32
Function:
One of the event mask constants.
Notes: mouse-moved event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: mouse-moved event
CGEventTapMBS.kCGEventMaskOtherMouseDown = &h2000000
Function:
One of the event mask constants.
Notes: other mouse-down event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: other mouse-down event
CGEventTapMBS.kCGEventMaskOtherMouseDragged = &h8000000
Function:
One of the event mask constants.
Notes: other mouse-dragged event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: other mouse-dragged event
CGEventTapMBS.kCGEventMaskOtherMouseUp = &h4000000
Function:
One of the event mask constants.
Notes: other mouse-up event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: other mouse-up event
CGEventTapMBS.kCGEventMaskRightMouseDown = 8
Function:
One of the event mask constants.
Notes: right mouse-down event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: right mouse-down event
CGEventTapMBS.kCGEventMaskRightMouseDragged = 128
Function:
One of the event mask constants.
Notes: right mouse-dragged event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: right mouse-dragged event
CGEventTapMBS.kCGEventMaskRightMouseUp = 16
Function:
One of the event mask constants.
Notes: right mouse-up event
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: right mouse-up event
CGEventTapMBS.kCGEventMaskScrollWheel = &h400000
Function:
One of the event mask constants.
Notes: Scroll Wheel event.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Scroll Wheel event.
CGEventTapMBS.kCGEventMaskTabletPointer = &h800000
Function:
One of the event mask constants.
Notes: Tablet pointer event.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Tablet pointer event.
CGEventTapMBS.kCGEventMaskTabletProximity = &h1000000
Function:
One of the event mask constants.
Notes: Tablet Proximity event.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Tablet Proximity event.
CGEventTapMBS.kCGEventTapOptionDefault = 0
Function:
One of the constants that specify whether a new event tap is an active filter or a passive listener.
Notes: Default, active filter.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Default, active filter.
CGEventTapMBS.kCGEventTapOptionListenOnly = 1
Function:
One of the constants that specify whether a new event tap is an active filter or a passive listener.
Notes: Listen only.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Listen only.
CGEventTapMBS.kCGHeadInsertEventTap = 0
Function:
One of the constants that specify where a new event tap is inserted into the list of active event taps.
Notes: Insert in front.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Insert in front.
CGEventTapMBS.kCGHIDEventTap = 0
Function:
One of the constants that specify possible tapping points for events.
Notes: When HIDSystem events enter the server.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: When HIDSystem events enter the server.
CGEventTapMBS.kCGSessionEventTap = 1
Function:
One of the constants that specify possible tapping points for events.
Notes: At the point where HIDSystem and remote control events enter a session.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: At the point where HIDSystem and remote control events enter a session.
CGEventTapMBS.kCGTailAppendEventTap = 1
Function:
One of the constants that specify where a new event tap is inserted into the list of active event taps.
Notes: Append to the tail.
Type | Topic | Plugin | Version |
const | CoreGraphics Events | MBS MacCF Plugin | 17.4 |
Notes: Append to the tail.
The items on this page are in the following plugins: MBS MacCF Plugin.
