Jump to content

Recommended Posts

Guest RiverRed
Posted

is there anyway to force a tool tip to appear above a full screen game ?

Posted

is there anyway to force a tool tip to appear above a full screen game ?

<{POST_SNAPBACK}>

i've never had a problem with it. i use to to figure coordinates alot...

while 1
$pos = MouseGetPos()
Tooltip($pos[0] & ", " & $pos[1])
sleep 10
wend

sleep time is flexible, lower increases refresh rate (will usually appear to flicker at mouse position) greater sleep time will save some cpu.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...