You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In response to user input I am creating a window that has an InputText. I would like the text to automatically starts out as selected when the window pops up, so I want to call SetKeyboardFocusHere, but only if the window has not been visible (active(?)) before.