Click or drag to resize
SoTouchManagerGetEventbyIndex Method

Get the corresponding event for the index, NULL if index is incorrect.

Namespace: OIV.Inventor.Touch
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoTouchEvent GetEventbyIndex(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: SoTouchEvent
Remarks

Use OIV.Inventor.Touch.SoTouchManager.GetFingerNumber() to know the number of fingers touching the screen.

See Also