Currently, it's possible to receive EventFocusGained and EventFocusLost events where the widget state is still unfocused and focused, respectively. I haven't looked into other state changes like pressed or hovered, but in general widget state should be consistent with the change being announced.
Currently, it's possible to receive
EventFocusGainedandEventFocusLostevents where the widget state is still unfocused and focused, respectively. I haven't looked into other state changes like pressed or hovered, but in general widget state should be consistent with the change being announced.