hello
i'm doing an application from scratch on egui.
I have 3 icons and i would like to navigate sequentially on them with 3 buttons (LEFT, OK, RIGHT).
today, i'm able to catch button events (LEFT, OK, RIGHT) but impossible to change the focus to redirect event to the 2 others.
D4D_OBJECT_F_TABSTOP option is correctly set in the ICON declaration.
D4D_FocusSet(screen,object) seems to don't work
do you please have an example where you are succesfully navigating between objects ?
thank you.
best regards
Etienne