Focusable.isFocused

interface Focusable
const
bool
isFocused
()

Return Value

Type: bool

True if this node has focus. Recommended implementation: return this == focusIO.focus. Proxy nodes, such as FieldSlot might choose to return the value of the node they hold.

Meta