50#ifndef _SO_ROTATE_GESTURE_RECOGNIZER_
51#define _SO_ROTATE_GESTURE_RECOGNIZER_
53#include <Inventor/SbBasic.h>
54#include <Inventor/events/SoSubEvent.h>
55#include <Inventor/gestures/recognizers/SoGestureRecognizer.h>
56#include <Inventor/gestures/events/SoRotateGestureEvent.h>
57#include <Inventor/touch/SoTouchManager.h>
105 bool m_recoInProgress;
Base class for all events.
Base class for all gesture recognizers.
Class for rotate gesture events.
Rotate gesture recognizer.
SoEvent * recognize(SoEvent *touchEvent)
If two fingers are moving on the screen, it returns the angle between the segment defined by the posi...
SoRotateGestureRecognizer()
Constructor.
virtual ~SoRotateGestureRecognizer()
Destructor.