Unknown6656 / AutoIt-Interpreter

A C# AutoIt interpreter designed to be platform-independent
GNU Affero General Public License v3.0
36 stars 10 forks source link

Gui stuff #187

Open MamiyaOtaru opened 3 months ago

MamiyaOtaru commented 3 months ago

starting to add some windows specific stuff

Enables FileOpenDialog etc. that's already in WindowsSpecificFunctions, and adds MouseGetPos, MouseClick, etc. Only absolute positions so far, relative not yet handled. Would love to see some of the GUI automation stuff in here, this is just a start, to learn what's going on. If you take this and run with it, cool! Otherwise I may add some more as I run into use cases