Jump to content

_MouseInfo


NELyon
 Share

Recommended Posts

I noticed AlamarM was having trouble with his _MouseInfo aparently, so I decided to take over.

Func _MouseInfo()
    Local $x, $y, $color, $pos
    $pos = MouseGetPos()
    $x = $pos[0]
    $y = $pos[1]
    $dum = PixelGetColor($x, $y)
    $color = Hex($dum, 6)
    Dim $info[3] = [$x, $y, $color]
    Return $info
EndFunc

:)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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