Click or drag to resize
SoSceneManagerSetHandleEventAction Method

User supplied handle event action.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetHandleEventAction(
	SoHandleEventAction hea
)

Parameters

hea
Type: OIV.Inventor.ActionsSoHandleEventAction
Remarks

This should not be done in the middle of event handling. Passing NULL turns event handling off. SceneManager will never delete a handle event action passed to this method.

Note Note

Member available since Open Inventor 9.2

See Also