mac-mouse-sys
May 3, 2023 ยท View on GitHub
Tiny wrapper for mouse-related functions in macOS IOKit/hidsystem
Definition of terms:
-
pointer resolution- the resolution of pointer movement space, the higher the value, the slower the pointer movement speed Special values:-1: null5 * 65536: Min1995 * 65536Max
-
mouse acceleration- the acceleration of the pointer movement, the higher the value, the faster the pointer speed will increase, 0 means no acceleration Special values:0: No acceleration45056: macOS default
Todo
- Add CI
- Add tests
- Add documentation
- Add examples
- Add more settings