11 #include "input/touch/generic/IGenericTouchGestureDetector.h" bool OnTouchDown(unsigned int index, const Pointer &pointer) override
A new touch pointer has been recognised.
Definition: GenericTouchPinchDetector.cpp:11
bool OnTouchUp(unsigned int index, const Pointer &pointer) override
An active touch pointer has vanished.
Definition: GenericTouchPinchDetector.cpp:23
Interface defining methods to perform gesture recognition.
Definition: IGenericTouchGestureDetector.h:20
Interface defining all supported touch action events.
Definition: ITouchActionHandler.h:32
A class representing a touch pointer interaction consisting of an down touch, the last touch and the ...
Definition: TouchTypes.h:49
bool OnTouchMove(unsigned int index, const Pointer &pointer) override
An active touch pointer has moved.
Definition: GenericTouchPinchDetector.cpp:47
Implementation of IGenericTouchGestureDetector to detect pinch/zoom gestures with at least two active...
Definition: GenericTouchPinchDetector.h:20