Click or drag to resize
SoTouchManagerGetTouchDownEvent Method

Translate the given touch down event into a list of OIV.Inventor.Events.SoEvent.

Namespace: OIV.Inventor.Touch
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public IList<SoEvent> GetTouchDownEvent(
	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: IListSoEvent

this list.

Remarks

This list may contain some recognized OIV.Inventor.Gestures.Events.SoGestureEvent.

See Also