Menu

InputManager

Developers
Anonymous
2004-07-01
2004-07-02
  • Anonymous

    Anonymous - 2004-07-01

    Hey, I checked out the input stuff you put in, everything looks good, but I had a design question,
    it seems to me that InputManager_MouseButtonCallback could be better represented as InputManager::MouseButtonCallback. 

    also, perhaps the on*Event members of InputListener would best be left defined as empty functions, leaving them pure virtual would force anything that is an InputListener to define them all, when it may not be what is wanted.

     
    • Mike Hamlin

      Mike Hamlin - 2004-07-02

      Yeah, good points.  I'm not quite sure why I named those friend callback functions what I did.  Let me change and fix all that up.

       

Log in to post a comment.