If your UIComponent implements IFocusManagerComponent interface, you
can call FocusManager.getFocus() to get the component that currently
has focus. Otherwise, you can get the currently focused interactive
object from Stage.focus. For details look into the documentation on
FocusManager.

Reply via email to