IUIContext.looseFocus

If one UIElement was focused, loose that focus. Allows to loose focus from a widget callback. To be effective from a mouse click, you also need to return Click.handledNoFocus, since Click.handled and Click.startDrag would immediately refocus that widget.

interface IUIContext
nothrow @nogc
void
looseFocus
()

Meta