From what I can tell so far, the mouse coordinates in Simba's status bar are raw client coordinates. However, functions like Mouse and MMouse are expecting some sort of offset coordinates to compensate for the parts of the applet which contain the menu bar etc. How do I convert between the two? Certain things I want to do use constant coordinates with random offsets, since those things never move on the screen. Thanks in advance.


Reply With Quote