Platforms to show: All Mac Windows Linux Cross-Platform

Back to OverlayMBS class.

OverlayMBS.kModifierFlagCommand = 1048576

Type Topic Plugin Version
const Window MBS Overlay Plugin 17.4
One of the modifier constants.

The command key is pressed.
Use with BitwiseAnd(Modifiers, kModifierFlagCommand) <> 0 to check if the flag is set in key events.

OverlayMBS.kModifierFlagControl = 262144

Type Topic Plugin Version
const Window MBS Overlay Plugin 17.4
One of the modifier constants.

The control key is pressed.
Use with BitwiseAnd(Modifiers, kModifierFlagControl) <> 0 to check if the flag is set in key events.

OverlayMBS.kModifierFlagOption = 524288

Type Topic Plugin Version
const Window MBS Overlay Plugin 17.4
One of the modifier constants.

The option (alt) key is pressed.
Use with BitwiseAnd(Modifiers, kModifierFlagOption) <> 0 to check if the flag is set in key events.

OverlayMBS.kModifierFlagShift = 131072

Type Topic Plugin Version
const Window MBS Overlay Plugin 17.4
One of the modifier constants.

The shift key is pressed.
Use with BitwiseAnd(Modifiers, kModifierFlagShift) <> 0 to check if the flag is set in key events.

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


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