when i don’t set focus on event tick, Q E and ESC keys doesn’t work so i set focus on event tick, but when i use set focus; dropdown it doesn’t open. what can i do and how can i get these both to work?
This seems OK at a glance. Not sure what happens to your focus. Could you tell a bit more about the hierarchy and the switcher? How does it all work / is organised - the big picture. What does the switcher call really do?
Trying to wrap my mind around the way you structured it.
The usual approach is to have a master widget with a switcher and handle all input in this one widget only:
You’d dispatch back to the master from the user widgets. There would never be a need to add / remove any widgets. Focus switching can be added but may not be necessary.
“Change Widget Switcher Index” is little mess but only do add current widget switcher index to input value and set Active Widget index * i’m planing to fix later
nope this code only in WB_OptionsMenu Widget
when i’m delete this or put in Event Construct (only) inputs doesn’t work (buttons works perfectly) but dropdown menu works perfectly
and yes set focus on event tick widgets are switching