I'm trying to write a small app that will display the xy coordinates of the
current mouse position. I'm aware of cursor.position and of mouseposition,
but my problem is that the mousemove event is only fired when I'm mousing
over the active window. I'd like to display the current mouse coordinates,
regardless of whether or not the mouse arrow is over the window. Any help
would be appreciated. Thanks.