Platforms to show: All Mac Windows Linux Cross-Platform

Back to CarbonWindowsEventsMBS class.

Previous items

CarbonWindowsEventsMBS.WindowShown as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Carbon Events MBS MacCF Plugin 2.8 ✅ Yes ❌ No ❌ No ❌ No
Called whenever the window is shown.

Return false to run the default handler.
Return true to tell the system that you handled this event.

CarbonWindowsEventsMBS.WindowToolbarButtonClicked as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Carbon Events MBS MacCF Plugin 2.8 ✅ Yes ❌ No ❌ No ❌ No
Called whenever the toolbar button is pressed.

Return true to tell the system that you handled this event. Else you may get this event two tims on a metal window. (Boolean result added in plugin version 4.1)

Some examples using this event:

CarbonWindowsEventsMBS.WindowTransitionCompleted(TransitionAction as Integer, TransactionEffect as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Carbon Events MBS MacCF Plugin 6.5 ✅ Yes ❌ No ❌ No ❌ No
Called when a window transition completed.

CarbonWindowsEventsMBS.WindowTransitionStarted(TransitionAction as Integer, TransactionEffect as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Carbon Events MBS MacCF Plugin 6.5 ✅ Yes ❌ No ❌ No ❌ No
Called when a window transition started.

CarbonWindowsEventsMBS.WindowZoom as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Carbon Events MBS MacCF Plugin 2.8 ✅ Yes ❌ No ❌ No ❌ No
Called whenever the window should zoom.

Return false to run the default handler.
Return true to tell the system that you handled this event.

Some examples using this event:

CarbonWindowsEventsMBS.WindowZoomAll as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Carbon Events MBS MacCF Plugin 2.8 ✅ Yes ❌ No ❌ No ❌ No
Called whenever all windows should zoom.

Return false to run the default handler.
Return true to tell the system that you handled this event.

Some examples using this event:

CarbonWindowsEventsMBS.WindowZoomed as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Carbon Events MBS MacCF Plugin 2.8 ✅ Yes ❌ No ❌ No ❌ No
Called whenever the window was zoomed.

Return false to run the default handler.
Return true to tell the system that you handled this event.

Previous items

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


The biggest plugin in space...