Click or drag to resize
SoTouchManagerGetTouchMoveEvent Method

Translate the given touch move event into a list of SoEvent.

Namespace: OIV.Inventor.Touch
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public List<SoEvent> GetTouchMoveEvent(
	uint fingerId,
	SbVec2f fingerPos,
	SbTime time
)

Parameters

fingerId
Type: SystemUInt32

id of the finger used.

fingerPos
Type: OIV.InventorSbVec2f

position of the finger in pixels.

time
Type: OIV.InventorSbTime

timestamp of the touch event in seconds.

Return Value

Type: ListSoEvent

this list.

Remarks

This list may contain some recognized SoGestureEvent.

See Also