From the scripting reference:
Windows float above normal GUI controls, feature click-to-focus and can optionally be dragged around by the end user.
How do I go about detecting which window is currently on focus?
From the scripting reference:
Windows float above normal GUI controls, feature click-to-focus and can optionally be dragged around by the end user.
How do I go about detecting which window is currently on focus?
the dragging is handled internally, the new window position is the result of the GUI.Window(…) function call
Thanks for the reply but I’m don’t have any problems understanding how dragging works.
Notice I highlighted click-to-focus because that’s where I’m having problems with. When you have many overlapping windows, clicking on one of them brings that window to the front. I’m wondering if there is any way for me to detect which window is currently topmost.
I’m wondering too