Platforms to show: All Mac Windows Linux Cross-Platform
CanvasGesturesMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Controls | MBS MacControls Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Notes:
Please use one global instance of this class to catch the events for all canvases you track.
Updated class for v23.2 to work with DesktopCanvas control.
- 7 events
- event beginGestureWithEvent(can as Variant, e as NSEventMBS) as boolean
- event endGestureWithEvent(can as Variant, e as NSEventMBS) as boolean
- event magnifyWithEvent(can as Variant, e as NSEventMBS) as boolean
- event rotateWithEvent(can as Variant, e as NSEventMBS) as boolean
- event scrollWheel(can as Variant, e as NSEventMBS) as boolean
- event smartMagnifyWithEvent(can as Variant, e as NSEventMBS) as boolean
- event swipeWithEvent(can as Variant, e as NSEventMBS) as boolean
- property CanvasCount as Integer
- 6 methods
- method AddCanvas(c as Canvas)
- method AddCanvas(c as DesktopCanvas) New in 23.2
- method Constructor
- method Destructor
- method RemoveCanvas(c as Canvas)
- method RemoveCanvas(c as DesktopCanvas) New in 23.2
This class has no sub classes.
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 23.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.2
- MBS Xojo Plugins, version 23.2pr1
- MBS Xojo Plugins, version 22.5pr7
- MBS Xojo Plugins, version 19.2pr7
- MonkeyBread Software Releases the MBS Xojo Plugins in version 18.2
- MBS Xojo Plugins, version 18.2pr5
Xojo Developer Magazine
- 17.5, page 40: What's New in the MBS Plugins, With the Plugins growing every year, here are new capabilities you may have missed by Stefanie Juchmes
- 16.4, page 11: News
Videos
- Presentation from Munich conference about MBS Plugins.
- Presentation from Xojo Developer Conference 2019 in Miami.
The items on this page are in the following plugins: MBS MacControls Plugin.
