Jump to content

_MouseInfo()


AlmarM
 Share

Recommended Posts

I made another Selfmade Command (With some help)

Func _MouseInfo()
    $pos = MouseGetPos()
    $hex = Hex(PixelGetColor($pos[0] ,$pos[1]) ,6)
    $Info = "X: " & $pos[0] & " Y: " & $pos[1] & " Hex Color: " & $hex
    Return $Info
EndFuncoÝ÷ Ù&¯z+Z°Ê.±â'~®ÜØ­¶Þ¦ºzË"¢v¥)çb¡«·J^­ëLZ^jëh×6#include "MouseInfo.au3"

MsgBox(0, "Ur MouseInfo", _MouseInfo())

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

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...