Base interface for FocusIO, providing access and control over the current focusable. Used to create additional interfaces like WithPositionalFocus without defining a new I/O set.
Clear current focus (set it to null).
Note: Currently focused node may have blocksInput set to true; take care to check it before calling input handling methods.
Change the currently focused node to another.
See Implementation
Base interface for FocusIO, providing access and control over the current focusable. Used to create additional interfaces like WithPositionalFocus without defining a new I/O set.