Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
DragGestureRecognizer MultiTouch

VSG extension DragGestureRecognizer - This example demonstrates how to use create new gesture events and recognizer.

SYNOPSIS:

    DragGestureRecognizer

DESCRIPTION:

    DragGestureRecognizer demonstrates how to create new gesture events and recognizer. It provides a simple class of drag event and a class of drag recognizer. SoDragGestureEvent contains the dragged distance. The recognizer has to analyze every touch event and: Begin with a BEGIN gesture event when two fingers are touching the screen. Release DELTA event when this two fingers move. Release END gesture event when one finger, at least, is removed from the monitor. Computed distance is the length of the line defined by the center between two fingers.

SEE ALSO

SoTouchEvent SoQtTouchScreen

FILES:

    • Inventor/MultiTouch/DragGestureRecognizer/DragGestureRecognizer.cxx
    • Inventor/MultiTouch/DragGestureRecognizer/SoDragGestureEvent.cxx
    • Inventor/MultiTouch/DragGestureRecognizer/SoDragGestureEvent.h
    • Inventor/MultiTouch/DragGestureRecognizer/SoDragGestureRecognizer.cxx
    • Inventor/MultiTouch/DragGestureRecognizer/SoDragGestureRecognizer.h