NSEventMBS class
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
NSEventMBS class
The Cocoa class for an user event.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 50 properties
- 4 methods
- 12 shared methods
- shared method doubleClickInterval as Double
- shared method eventWithCGEvent(CGEventRef as Integer) as NSEventMBS
- shared method isMouseCoalescingEnabled as boolean
- shared method keyEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, characters as String, charactersIgnoringModifiers as String, isARepeat as boolean, keyCode as Integer) as NSEventMBS
- shared method keyRepeatDelay as Double
- shared method keyRepeatInterval as Double
- shared method modifierFlagsGlobal as UInt32
- shared method mouseEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, eventNumber as Integer, clickCount as Integer, pressure as Single) as NSEventMBS
- shared method mouseLocation as NSPointMBS
- shared method otherEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, SubType as Integer, Data1 as Integer, Data2 as Integer) as NSEventMBS
- shared method pressedMouseButtons as UInt32
- shared method setMouseCoalescingEnabled(Value as boolean)
- 161 constants
This class has no sub classes.
Some methods using this class:
Some properties using for this class:
Some events using this class:
Some examples using this class:
Blog Entries
Release notes
- Version 24.1
- Version 23.5
- Updated NSEventMBS class to work on iOS with UIEvent internally.
- Version 22.3
- Added shared methods for NSEventMBS class to create events.
- Version 18.2
The items on this page are in the following plugins: MBS MacBase Plugin.
NSErrorMBS
-
NSEventMonitorMBS