WithFocus.isFocused

interface WithFocus
final const nothrow
bool
isFocused

Parameters

focusable Focusable

Focusable to check.

Return Value

Type: bool

True if the focusable is currently focused. Always returns false if the parameter is null.

Meta