I think you missunderstood. What I was saying was that the GLX Absolutle (when not grabbing) is always right on :wink: If you window is 250x200. And the mouse is 10 pixels from the top, and 10 pixels from the left, it will report 10x10 - all the way until the bottom border of 200, and right edge 250, the abs will match exactly. And, you will only get messages when the mouse is in the window - just the way X11 works.
Windows is similiar if OIS could use the WinProc - however, that would be kinda nasty to steal the WinProc from the user (then, the user would not get size/move/button click, etc events), it has been disscussed here. An elegent solution would be a complete cross platform MessageLoop wrapper - but, that is outside the scope of OIS.