CanvasGesturesMBS 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
CanvasGesturesMBS class
The class to catch canvas gesture events.
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.
- 11 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
- event touchesBeganWithEvent(can as Variant, e as NSEventMBS) as boolean New in 24.1
- event touchesCancelledWithEvent(can as Variant, e as NSEventMBS) as boolean New in 24.1
- event touchesEndedWithEvent(can as Variant, e as NSEventMBS) as boolean New in 24.1
- event touchesMovedWithEvent(can as Variant, e as NSEventMBS) as boolean New in 24.1
- property CanvasCount as Integer
- 6 methods
This class has no sub classes.
Some examples using this class:
Blog Entries
Xojo Developer Magazine
Videos
Release notes
- Version 24.1
- Added touchesBeganWithEvent, touchesCancelledWithEvent, touchesEndedWithEvent and touchesMovedWithEvent events to CanvasGesturesMBS class.
- Version 23.2
- Version 22.5
- Version 19.2
- Added scrollWheel and smartMagnifyWithEvent events to CanvasGesturesMBS class.
- Changed CanvasGesturesMBS to call beginGestureWithEvent, even if NSResponder doesn't call it on MacOS 10.11 or newer.
- Version 18.2
The items on this page are in the following plugins: MBS MacControls Plugin.
CalTaskMBS
-
CAPlayThroughMBS