SoTouchEventGetPreviousEventTime Method |
Gets the time of previous event of the finger identified by getFingerId().
Namespace: OIV.Inventor.Touch.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbTime GetPreviousEventTime()
Public Function GetPreviousEventTime As SbTime
public:
SbTime GetPreviousEventTime()
member GetPreviousEventTime : unit -> SbTime
Return Value
Type:
SbTime
RemarksIf current event is a DOWN, the function returns the current time.
See Also