Click or drag to resize
SoTouchEventGetPreviousPosition Method

Gets the previous position of the same finger (in pixels).

Namespace: OIV.Inventor.Touch.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbVec2f GetPreviousPosition()

Return Value

Type: SbVec2f
Remarks

If current event is a DOWN, the function returns the current position.

See Also