SoTouchEventGetFirstPosition Method |
Gets the first position (in pixels).
Namespace: OIV.Inventor.Touch.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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