So for a project i am doing i am making a mouse type device and i got all the way to sending hardware data to a c++ program (through com port, but that's not related to what i am asking)
Whatever that data is, is raw data that can i do whatever i want with.
I want to simulate all the mouse functions from basic mouse movement to scroll wheel and even *ghasp* left and right mouse clicks.
so far I've been using windows.h and i think this can be done with windows.h but i'm not certain. i am open to using any other libraries (as long as it's not third party).
Question
Hyperian
So for a project i am doing i am making a mouse type device and i got all the way to sending hardware data to a c++ program (through com port, but that's not related to what i am asking)
Whatever that data is, is raw data that can i do whatever i want with.
I want to simulate all the mouse functions from basic mouse movement to scroll wheel and even *ghasp* left and right mouse clicks.
so far I've been using windows.h and i think this can be done with windows.h but i'm not certain. i am open to using any other libraries (as long as it's not third party).
thanks for the help
Link to comment
Share on other sites
5 answers to this question
Recommended Posts