|
Detect window move
Hi, I want to detect when the window is moved, in order to trigger something.
I have managed to get the current X and Y coordinates, but other than checking periodically for changed coordinates, is there a way to do this?
I want to be able to trigger the code pretty instantly when the window is moved. Probably not possible without checking every half a second - this would be too cpu intensive right?
Thanks 4 reading.
|