11 #include "input/touch/generic/IGenericTouchGestureDetector.h" bool OnTouchUpdate(unsigned int index, const Pointer &pointer) override
An active touch pointer's values have been updated but no event has occurred.
Definition: GenericTouchRotateDetector.cpp:106
bool OnTouchUp(unsigned int index, const Pointer &pointer) override
An active touch pointer has vanished.
Definition: GenericTouchRotateDetector.cpp:35
Implementation of IGenericTouchGestureDetector to detect rotation gestures with at least two active t...
Definition: GenericTouchRotateDetector.h:20
bool OnTouchDown(unsigned int index, const Pointer &pointer) override
A new touch pointer has been recognised.
Definition: GenericTouchRotateDetector.cpp:22
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: GenericTouchRotateDetector.cpp:59