I am a C++ user and want to learn mouse interfacing in C++. I have learnt graphics and intrested indesigning games. I want to add mouse interface to it. please help!!!!
I am not aware of this type of interfacing. well i think we cant use mouse in c++ program . all what has to be do is done with keyboard only
You will have to learn something about classes and typically event classes. All events are operated in those classes so you will have to import that event classes and you will have to know what events are available.