SoTouchEventGetFirstPosition Method |
Gets the first position (in pixels).
Namespace: OIV.Inventor.Touch.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec2f GetFirstPosition()
Public Function GetFirstPosition As SbVec2f
public:
SbVec2f GetFirstPosition()
member GetFirstPosition : unit -> SbVec2f
Return Value
Type:
SbVec2fRemarks This position is set when the DOWN event occurs.
See Also