SoTouchEventGetPreviousPosition Method |
Gets the previous position of the same finger (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 GetPreviousPosition()
Public Function GetPreviousPosition As SbVec2f
public:
SbVec2f GetPreviousPosition()
member GetPreviousPosition : unit -> SbVec2f
Return Value
Type:
SbVec2fRemarks If current event is a DOWN, the function returns the current position.
See Also