Class for double-tap gesture events. More...
#include <Inventor/gestures/events/SoDoubleTapGestureEvent.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoDoubleTapGestureEvent () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Class for double-tap gesture events.
SoDoubleTapGestureEvent represents a double-tap gesture event in the Open Inventor event model. Touch events are analyzed by a SoDoubleTapGestureRecognizer. When a double-tap gesture is recognized, the recognizer generates this event. It's a gesture with only END state (only one event is generated at the end of the gesture). The finger has to stay within a limitation area and the gesture must be completed within a time limit (see SoDoubleTapGestureRecognizer). Currently only double tap gestures are recognized.
Note:
SoEvent, SoGestureEvent, SoRotateGestureEvent, SoScaleGestureEvent, SoLongTapGestureEvent, SoDoubleTapGestureRecognizer
SoDoubleTapGestureEvent::SoDoubleTapGestureEvent | ( | ) |
Constructor.
static SoType SoDoubleTapGestureEvent::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoGestureEvent.
virtual SoType SoDoubleTapGestureEvent::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoGestureEvent.