View source
enum abstract FocusEventState(Int)
package koui.events
from Int to Int
import koui.events.FocusEvent
Variables
inlineread onlyFocusLoose:FocusEventState = flag(1)
Fired once when the element is no longer focused. Also fired when
EventHandler.clearFocus()
is called.