myfreeer / sendmouse

emulate a mouse click

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sendmouse

command-line tool to emulate a mouse click on windows

Release

Latest Release Download

Usage

  • run sendmouse with/without arguments and get current mouse position in console.
  • run sendmouse x y (x y should be integer) to move mouse cursor to point (x,y) and emulate a left click.

Build

Releases are built with tcc using command tcc sendmouse.c -luser32, it can also be built with other compliers such as gcc.

About

emulate a mouse click

License:MIT License


Languages

Language:C 100.0%