Before we start, I would like you to know that I have been looking for help for the past few hours. I just created this account and am unsure if I am posting this form in the correct spot.. I apologizes.
I am trying to create a program that will take control of the mouse. This means that using C++ code alone I can create something to Move the mouse around and Click. I have found a few examples of these types of programs elsewhere, but those use the header <windows.h> which is not available if you are programing on Unix/Lunix, which I am.