Skip to content

Bojidarist/AutoSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoSharp

NuGet Badge

AutoSharp is a library that lets you automate your tasks by controlling the mouse and keyboard input.

Usage

// Turns on caps lock
AutoSharpUI.KeyboardEvent(KeyboardKeyCodes.VK_CAPITAL);

// Right click
AutoSharpUI.RightMouseButtonClick();

About

A C# library for GUI automation (.NET Framework 4+)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages