Platforms to show: All Mac Windows Linux Cross-Platform

Back to CGEventTapMBS class.

CGEventTapMBS.kCGAnnotatedSessionEventTap = 2

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the constants that specify possible tapping points for events.

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

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

Key flags changed, e.g. modifier keys pressed.

CGEventTapMBS.kCGEventMaskForAllEvents = -1

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

Listen for all events.

CGEventTapMBS.kCGEventMaskKeyDown = 1024

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

Key Down

CGEventTapMBS.kCGEventMaskKeyUp = 2048

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

Key up.

CGEventTapMBS.kCGEventMaskLeftMouseDown = 2

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

left mouse-down event

CGEventTapMBS.kCGEventMaskLeftMouseDragged = 64

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

left mouse-dragged event

CGEventTapMBS.kCGEventMaskLeftMouseUp = 4

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

left mouse-up event

CGEventTapMBS.kCGEventMaskMouseMoved = 32

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

mouse-moved event

CGEventTapMBS.kCGEventMaskOtherMouseDown = &h2000000

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

other mouse-down event

CGEventTapMBS.kCGEventMaskOtherMouseDragged = &h8000000

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

other mouse-dragged event

CGEventTapMBS.kCGEventMaskOtherMouseUp = &h4000000

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

other mouse-up event

CGEventTapMBS.kCGEventMaskRightMouseDown = 8

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

right mouse-down event

CGEventTapMBS.kCGEventMaskRightMouseDragged = 128

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

right mouse-dragged event

CGEventTapMBS.kCGEventMaskRightMouseUp = 16

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

right mouse-up event

CGEventTapMBS.kCGEventMaskScrollWheel = &h400000

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

Scroll Wheel event.

CGEventTapMBS.kCGEventMaskTabletPointer = &h800000

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

Tablet pointer event.

CGEventTapMBS.kCGEventMaskTabletProximity = &h1000000

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the event mask constants.

Tablet Proximity event.

CGEventTapMBS.kCGEventTapOptionDefault = 0

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the constants that specify whether a new event tap is an active filter or a passive listener.

Default, active filter.

CGEventTapMBS.kCGEventTapOptionListenOnly = 1

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the constants that specify whether a new event tap is an active filter or a passive listener.

Listen only.

CGEventTapMBS.kCGHeadInsertEventTap = 0

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the constants that specify where a new event tap is inserted into the list of active event taps.

Insert in front.

CGEventTapMBS.kCGHIDEventTap = 0

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the constants that specify possible tapping points for events.

When HIDSystem events enter the server.

CGEventTapMBS.kCGSessionEventTap = 1

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the constants that specify possible tapping points for events.

At the point where HIDSystem and remote control events enter a session.

CGEventTapMBS.kCGTailAppendEventTap = 1

Type Topic Plugin Version
const CoreGraphics Events MBS MacCF Plugin 17.4
One of the constants that specify where a new event tap is inserted into the list of active event taps.

Append to the tail.

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


💬 Ask a question or report a problem
The biggest plugin in space...