Click or drag to resize
SoRenderAreaCoreProcessEvents Method (IListSoEvent)

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

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual bool ProcessEvents(
	IList<SoEvent> eventList
)

Parameters

eventList
Type: System.Collections.GenericIListSoEvent

Return Value

Type: Boolean

Implements

SiRenderAreaInteractiveProcessEvents(IListSoEvent)
Remarks

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

See Also