Hi all, is there an event that fires on the entire window where I can maybe check if the user clicked on a window object?
I'm trying to create a program where the user has to click on an object in a window to select it and send information about that window object to us via HTTP.
If not, how could I achieve this in other ways? Note that i can't use hierarchy as many windows are already extendend.
Thanks in advance.