indianakernick / The-Fat-Controller

A library for simulating mouse and keyboard events
Apache License 2.0
38 stars 13 forks source link

Add examples provided in README to examples/ folder #3

Closed Byron closed 3 years ago

Byron commented 3 years ago

This makes it runnable like so: cargo run --example rotate-mouse

Interestingly enough it even works on MacOS out of the box despite a popup coming up to ask for permissions.

indianakernick commented 3 years ago

Good idea!