Click or drag to resize
SoTouchEventGetElapsedTimeSincePreviousEvent Method

Gets the elapsed time since previous event, triggered by the same finger, in seconds.

Namespace: OIV.Inventor.Touch.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbTime GetElapsedTimeSincePreviousEvent()

Return Value

Type: SbTime
Remarks

If the current event is a DOWN, the function returns 0.

See Also