SoTouchEventGetElapsedTimeSincePreviousEvent Method |
Gets the elapsed time since previous event, triggered by the same finger, in seconds.
Namespace: OIV.Inventor.Touch.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbTime GetElapsedTimeSincePreviousEvent()
Public Function GetElapsedTimeSincePreviousEvent As SbTime
public:
SbTime GetElapsedTimeSincePreviousEvent()
member GetElapsedTimeSincePreviousEvent : unit -> SbTime
Return Value
Type:
SbTimeRemarks If the current event is a DOWN, the function returns 0.
See Also