Results 1 to 2 of 2

Thread: Converting coordinates received from Simba status bar

  1. #1
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Converting coordinates received from Simba status bar

    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.

  2. #2
    Join Date
    Dec 2011
    Location
    U.S.A.
    Posts
    635
    Mentioned
    5 Post(s)
    Quoted
    249 Post(s)

    Default

    Subtract 50 from the y value of the coordinates you get from the status bar in Simba.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •