Click or drag to resize
SoRenderAreaCoreProcessEvent Method

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 ProcessEvent(
	SoEvent event
)

Parameters

event
Type: OIV.Inventor.EventsSoEvent

Return Value

Type: Boolean

Implements

SiRenderAreaInteractiveProcessEvent(SoEvent)
Remarks

Returns true if the event was handled by a node.

See Also