Click or drag to resize
SoLocateHighlightHandleEvent Method

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void HandleEvent(
	SoHandleEventAction action
)

Parameters

action
Type: OIV.Inventor.ActionsSoHandleEventAction
Remarks

Override handleEvent to look for mouse motion, to do a pick and highlight if mouse is over us. The GLRender methods are redefined to draw highlighted if needed.

See Also