Hey you all! This is my first post here, since I wasn't able to find an answer anywhere else.
The main thing I'm wondering right now is if it's possible to get the position of a Window while it's being moved/dragged by the user. I've looked a bit into Win32 API, but it seems like moving the window is a blocking action so that the position will only ever update after the drag is complete.
Is this the case? Is it a lost cause to try and interact with the window as it's being moved?
Thanks!