Click or drag to resize
SoTouchManagerUpdateAndProcessTouchEvent Method

Note: This API is now obsolete.

Update finger's id of the event identified by id and process it with the scene manager.

Namespace: OIV.Inventor.Touch
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.5.0.0. Use getTouchDownEvent, getTouchUpEvent or getTouchMoveEvent instead. Process the events by using SoRenderAreaCore instead.")]
public SoTouchEvent UpdateAndProcessTouchEvent(
	uint id,
	SoTouchEventStates state,
	SbVec2f position,
	SbTime time
)

Parameters

id
Type: SystemUInt32
state
Type: OIV.Inventor.Touch.EventsSoTouchEventStates
position
Type: OIV.InventorSbVec2f
time
Type: OIV.InventorSbTime

Return Value

Type: SoTouchEvent
Remarks

Events are also analyzed by every recognizer in the recognizers list. Position is in pixels and time is in seconds.

Caution note Caution

Obsolete since Open Inventor 9500. Use getTouchDownEvent, getTouchUpEvent or getTouchMoveEvent instead. Process the events by using OIV.Inventor.ViewerComponents.SoRenderAreaCore instead.

See Also