Open topic with navigation
<viz>.getFocusedNode
Returns the GUI node that currently has input focus
Remarks
Returns the GUI node that currently has input focus.
Return Value
The GUI node that currently has input focus.
Example
checkBox = viz.addCheckbox()
checkBox.setFocus( viz.ON )
shouldBeCheckBox = viz.getFocusedNode()