Click or drag to resize
SoRenderAreaCoreProcessEvents Method (Queue)

Note: This API is now obsolete.

Processes the passed event by applying an SoHandleEventAction to the scene graph managed here.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool ProcessEvents(
	Queue eventList
)

Parameters

eventList
Type: System.CollectionsQueue

Return Value

Type: Boolean
Remarks

Returns true if at least one event was handled by a node.

Obsolete since Open Inventor 8000.
See Also