C
C#3y ago
TOLOXI

How do I move my mouse curser on screen?

I went through most of stack overflow and some YouTube tutorials but didn't fins anything
10 Replies
pip
pip3y ago
whats your objective? moving mouse cursor is sometimes not the best move, you can instead simulate mouse input with libraries in the background(so you can still use your computer)
TOLOXI
TOLOXIOP3y ago
i wanna be able to move the curser and press stuff for example being able to press one buton on my keyboard which would trigger the code and move my curser to start chome or somthing
sibber
sibber3y ago
maybe use something like auto hotkey?
TOLOXI
TOLOXIOP3y ago
but i wanna be able to code it i saw somone do it with python
sibber
sibber3y ago
you could find a nuget package that simulates input or do it yourself via the win32 api
TOLOXI
TOLOXIOP3y ago
id rather go with this option i read a bit about it
sibber
sibber3y ago
GitHub
ActionRepeater/InputSimulator.cs at main · cyberrex5/ActionRepeater
Simulate mouse and keyboard input on windows. Contribute to cyberrex5/ActionRepeater development by creating an account on GitHub.
sibber
sibber3y ago
was kind of a pain in the ass to get all key inputs working properly
TOLOXI
TOLOXIOP3y ago
ill take a look at it thanks a lot for the help
sibber
sibber3y ago
np
Want results from more Discord servers?
Add your server