50#ifndef _SO_LONG_TAP_GESTURE_RECOGNIZER_
51#define _SO_LONG_TAP_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/SoLongTapGestureEvent.h>
57#include <Inventor/touch/SoTouchManager.h>
131 int m_spatialRestriction;
Class for representation of a time.
Base class for all events.
Base class for all gesture recognizers.
Class for long tap gesture events.
Long tap gesture recognizer.
SbTime getMinimumLongTapDuration(void) const
Gets the minimum duration of a long tap.
void setMinimumLongTapDuration(SbTime t)
Sets the minimum duration of a long tap.
int getSpatialRestriction(void) const
Gets the radius of the limitation circle in which the finger has to stay throughout the gesture.
SoLongTapGestureRecognizer()
Constructor.
virtual ~SoLongTapGestureRecognizer()
Destructor.
void setSpatialRestriction(int c)
Sets the radius of the limitation circle in which the finger has to stay throughout the gesture.
SoEvent * recognize(SoEvent *touchEvent)
Analyses touch events and returns an SoLongTapGestureEvent if the gesture is recognized,...