Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: CFObjectMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CoreGraphics Events | MBS MacCF Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Subclass of the CFObjectMBS class.
Constant | Value | Description |
---|---|---|
kCGEventFlagsChanged | 12 |
Key flags changed, e.g. modifier keys pressed. |
kCGEventKeyDown | 10 |
Key Down |
kCGEventKeyUp | 11 |
Key up. |
kCGEventLeftMouseDown | 1 |
left mouse-down event |
kCGEventLeftMouseDragged | 6 |
left mouse-dragged event |
kCGEventLeftMouseUp | 2 |
left mouse-up event |
kCGEventMouseMoved | 5 |
mouse-moved event |
kCGEventNull | 0 |
The null event. (not defined) |
kCGEventOtherMouseDown | 25 |
other mouse-down event |
kCGEventOtherMouseDragged | 27 |
other mouse-dragged event |
kCGEventOtherMouseUp | 26 |
other mouse-up event |
kCGEventRightMouseDown | 3 |
right mouse-down event |
kCGEventRightMouseDragged | 7 |
right mouse-dragged event |
kCGEventRightMouseUp | 4 |
right mouse-up event |
kCGEventScrollWheel | 22 |
Scroll Wheel event. |
kCGEventTabletPointer | 23 |
Tablet pointer event. |
kCGEventTabletProximity | 24 |
Tablet Proximity event. |
kCGEventTapDisabledByTimeout | &hFFFFFFFE |
Out of band event types. These are delivered to the event tap callback to notify it of unusual conditions that disable the event tap. |
kCGEventTapDisabledByUserInput | &hFFFFFFFF |
Out of band event types. These are delivered to the event tap callback to notify it of unusual conditions that disable the event tap. |
Constant | Value | Description |
---|---|---|
kCGMouseButtonCenter | 2 |
Center |
kCGMouseButtonLeft | 0 |
Left |
kCGMouseButtonRight | 1 |
Right |
Constant | Value | Description |
---|---|---|
kCGScrollEventUnitLine | 1 |
Line |
kCGScrollEventUnitPixel | 0 |
Pixel |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacCF Plugin.
CGDisplayTransferFormulaMBS - CGEventSourceMBS