<viz>.getFocusedNode

Returns the GUI node that currently has input focus

 

<viz>.getFocusedNode()

 

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()