V1 updated methods

@Vortico

what are the surrogates in v1 of
gFocusedWidget
onDefocus(e)
onFocus(e) ?

I have many text field using it around

APP->event->selectedWidget although using this directly is not supported and may break in future versions of Rack.
onSelect(const SelectEvent &e)
onDeselect(const DeselectEvent &e)

1 Like

is there any access function ? (maybe is better to break now than in the future!)

The ideal API is to remove access to them, so no, adding an accessor would be just as unstable than accessing the members directly.