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.
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.