KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
MouseControl
★ 10
Open GitHub ↗
Control your mouse with .NET
Download README (.md)
Explore Similar Repositories
openwrt-packages
:
OpenWRT package feed
hcwiid
:
Haskell binding for CWiid (wiimote)
beta
:
This is the code for the second prototype of a robotic aquaponic ecosystem we build.
ftc
:
FTC is a Go library that provides fault-tolerant, persistent client-server connections.
HabraAnalyticsTools
:
Habra Analytics Tools: инструментарий для анализа статей на хабре
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MouseControl
?
Download (.md)
MouseControl ============ Control your mouse with .NET **Methods** * Move(int x, int y) * LeftClick(int x, int y) // Position optional * RightClick(int x, int y) // Position optional * LeftUp() * LeftDown() * RightUp() * RightDown()