#include <MRTouchpadParameters.h>
Public Types | |
| enum class | SwipeMode { SwipeMode::SwipeRotatesCamera = 0 , SwipeMode::SwipeMovesCamera = 1 , SwipeMode::Count } |
| swipe processing mode More... | |
Public Attributes | |
| bool | ignoreKineticMoves = false |
| most touchpads implement kinetic (or inertial) scrolling, this option disables handling of these events | |
| bool | cancellable = false |
| enable gesture's cancellability, i.e. revert its changes in case of external interruption | |
| enum MR::TouchpadParameters::SwipeMode | swipeMode = SwipeMode::SwipeRotatesCamera |