Click or drag to resize
SoLongTapGestureRecognizer Methods

The SoLongTapGestureRecognizer type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetMinimumLongTapDuration

Gets the minimum duration of a long tap.

Public methodGetSpatialRestriction

Gets the radius of the limitation circle in which the finger has to stay throughout the gesture.

Public methodGetType (Inherited from Object.)
Public methodRecognize

If the specified touch event completes a recognized gesture, returns an OIV.Inventor.Gestures.Events.SoGestureEvent, else returns null.

(Inherited from SoGestureRecognizer.)
Public methodSetMinimumLongTapDuration

Sets the minimum duration of a long tap.

Public methodSetSpatialRestriction

Sets the radius of the limitation circle in which the finger has to stay throughout the gesture.

Public methodToString (Inherited from Object.)
Top
See Also