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
Your code calls ShowAltTabWindow from within LLKeyboardProc which runs on the keyboard handler thread, and even calls Windows functions.
This is unsafe and affecting all other applications too.
Your code calls ShowAltTabWindow from within LLKeyboardProc which runs on the keyboard handler thread, and even calls Windows functions.
This is unsafe and affecting all other applications too.