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
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Window | MBS Overlay Plugin | 8.6 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | Desktop only |
Requires Mac OS X 10.3.9 or Windows 2000 or newer.
Cocoa implementation added with Mac OS X 10.4 class.
To support high resolution mode on Mac OS X high resolution displays, please make the picture+mask exact the double width and height of the window.
Constant | Value | Description |
---|---|---|
kModifierFlagCommand | 1048576 |
The command key is pressed. Use with BitwiseAnd(Modifiers, kModifierFlagCommand) <> 0 to check if the flag is set in key events. |
kModifierFlagControl | 262144 |
The control key is pressed. Use with BitwiseAnd(Modifiers, kModifierFlagControl) <> 0 to check if the flag is set in key events. |
kModifierFlagOption | 524288 |
The option (alt) key is pressed. Use with BitwiseAnd(Modifiers, kModifierFlagOption) <> 0 to check if the flag is set in key events. |
kModifierFlagShift | 131072 |
The shift key is pressed. Use with BitwiseAnd(Modifiers, kModifierFlagShift) <> 0 to check if the flag is set in key events. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Overlay Plugin.
OSAScriptViewMBS - PacketSocketMBS