Thread: Input Class

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    417

    Input Class

    Here's my class... it supports mouse input and keyboard input, along with 3 other things you most likely won't use (especially because 2 of them are internal and the VC++ help file says to ignore them)

    The code is a bit confusing... so just look at the #defines at the top to see the different things you can use, then look in the other file.

    Enjoy!

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Begin at the beginning. Read the first thread on the forum.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    417
    What?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. can someone help me with these errors please code included
    By geekrockergal in forum C Programming
    Replies: 7
    Last Post: 02-10-2009, 02:20 PM
  2. Class design problem
    By h3ro in forum C++ Programming
    Replies: 10
    Last Post: 12-19-2008, 09:10 AM
  3. Input class
    By Elysia in forum C++ Programming
    Replies: 18
    Last Post: 10-20-2008, 08:45 AM
  4. problem of input in member function of class
    By Roy01 in forum C++ Programming
    Replies: 5
    Last Post: 11-27-2006, 10:27 AM
  5. structure vs class
    By sana in forum C++ Programming
    Replies: 13
    Last Post: 12-02-2002, 07:18 AM