Is it possible to get the overall cursor position in Windows using the standard Python libraries?
I found a way to do it that doesn't depend on non-standard libraries!
Found this in Tkinter
self.winfo_pointerxy()