Control your mouse cursor with your phone (windows only)
README.md

MouseOnAir

Control your mouse cursor with your phone.

Description

Allow you to control your mouse cursor with your phone via local WiFi.

Also allow for typing text, cut, copy, paste, and hitting the enter key.

Only works for windows.

Installation

  • build cargo build --release
  • in task scheduler create a basic task
  • trigger: when I log on
  • action: start a program
  • program/script: C:\Windows\System32\wscript.exe
  • add arguments: invis.vbs run.bat
  • start in: root of this project