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 | Windows | MBS Win Plugin | 16.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Parameters for touches:
If kFlagBegin flag is set, save Location so you have first point. And save argument to check later.
For Zoom, get second point from this class. Than you can calculate center point and zoom factor is OldArgumentsLower/NewArgumentsLower.
For Pan, check difference between last point and new point to know how much moved.
For Rotate, please check difference between old RotateAngle and new RotateAngle.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
Constant | Value | Description |
---|---|---|
kFlagBegin | 1 |
A gesture is starting. |
kFlagEnd | 4 |
A gesture has finished. |
kFlagInertia | 2 |
A gesture has triggered inertia. |
Constant | Value | Description |
---|---|---|
kGestureIDBegin | 1 |
Begin of a gesture |
kGestureIDEnd | 2 |
End of a gesture |
kGestureIDPan | 4 |
Pan gesture |
kGestureIDPressAndTap | 7 |
Press and Tap gesture |
kGestureIDRotate | 5 |
Rotate gesture |
kGestureIDTwoFingerTap | 6 |
Two-Finger Tap |
kGestureIDZoom | 3 |
Zoom gesture |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
WinGestureConfigMBS - WinHIDMBS