Pal, Peter's AutoIt Library Pal Wiki
Library for window, GUI, controls, string, math, data lists, dialogues
Brought to you by:
peverbeek
AutoIt file: Window, Screen, Mouse and Control.au3
| Functions | Description |
|---|---|
| _GUIResize | Resizes (client) size of GUI by absolute or delta |
| _GUIGetBkColor | Returns GUI window background color, note: GUI window must be visible if using display device context method. If using window class it can be invisible |
| _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 |
| _ColorMix | Returns mix of 2 colors |
| _ColorBrighten | Returns brightened or darkened color |
| _ColorBGRtoRGB | Converts RGB color from BGR color or vice versa |