mouse and GUI

AutoIt file: Window, Screen, Mouse and Control.au3

_GUIMouseControl Returns handle of control mouse is hovering over
_GUIMouseDown Returns if primary or secondary mouse button is down, by default primary = left button, secondary = right button
_GUIMouseGetX Returns mouse x position on GUI
_GUIMouseGetY Returns mouse y position on GUI
_GUIGetBkColor Returns GUI window background color, note: GUI window must be visible
_ColorMix Returns mix of 2 colors
_ColorBrighten Returns brightened or darkened color
_ColorBGRtoRGB Converts BGR color to RGB color or vice versa