SoTouchEventGetFirstContactTime Method |
Gets the time of first contact in seconds 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 GetFirstContactTime()
Public Function GetFirstContactTime As SbTime
public:
SbTime GetFirstContactTime()
member GetFirstContactTime : unit -> SbTime
Return Value
Type:
SbTime
RemarksThis date is set when the DOWN event occurs.
See Also