Skip to content

myfreeer/sendmouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.