lucassklp / Desktop.Robot

A library used to control your mouse and keyboard programmatically in .NET Core
MIT License
139 stars 23 forks source link

MacOS arm support #44

Closed MrDanOak closed 1 year ago

MrDanOak commented 1 year ago

This almost certainly can be made neater via some refactoring. I just copied & pasted the existing OSX robot and made it use the .os file compile for arm architecture.

This will fix #36

lucassklp commented 1 year ago

Nice work man! I'll take it, do some refactoring and publish a new version!