I have a window that I'm using for a game, and I'm going to use the windows function ClipCursor()to confine the mouse to the window like make game do. However, I need to know how to get the coordinates of the window. I've looked through the documentation, but I can't seem to find it. Is there any way to do this? I plan on moving to mac later on, so cross-platform solutions would be best.