mouse interfacing in C++

Discussion in 'Programming' started by Robert, Sep 2, 2007.

Remove these ads by signing in
Remove these ads by signing in
Thread Status:
Not open for further replies.
  1. Robert New Member

    Member Since:
    Aug 31, 2007
    Message Count:
    50
    Likes Received:
    0
    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!!!!
  2. Michael New Member

    Member Since:
    Aug 31, 2007
    Message Count:
    51
    Likes Received:
    0
    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
  3. asif New Member

    Member Since:
    Jul 18, 2007
    Message Count:
    70
    Likes Received:
    0
    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.
Thread Status:
Not open for further replies.

Share This Page