Click or drag to resize
SoEventBuilderGetTouchUpEvent Method

Return a list of OIV.Inventor.Events.SoEvent corresponding to given parameters.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public IList<SoEvent> GetTouchUpEvent(
	int x,
	int y,
	uint fingerId
)

Parameters

x
Type: SystemInt32

X coordinate in pixel of the finger position.

y
Type: SystemInt32

Y coordinate in pixel of the finger position.

fingerId
Type: SystemUInt32

id of the finger used.

Return Value

Type: IListSoEvent
Remarks

This list may contain some recognized OIV.Inventor.Gestures.Events.SoGestureEvent. The returned events should not be destroyed.

See Also