Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2008, 10:43:58 PM (16 years ago)
Author:
rgrieder
Message:
  • removed some unnecessary forward declarations
  • renamed destroy() —> destroySingleton()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/InputHandler.cc

    r944 r969  
    166166    @brief Destroys the singleton.
    167167  */
    168   void InputHandler::destroy()
     168  void InputHandler::destroySingleton()
    169169  {
    170170    if (singletonRef_s)
     
    179179  void InputHandler::tick(float dt)
    180180  {
     181    //this->mouse_->setEventCallback(this);
    181182    // capture all the input. That calls the event handlers.
    182183    if (mouse_)
     
    251252  bool InputHandler::mousePressed(const OIS::MouseEvent &e, OIS::MouseButtonID id)
    252253  {
     254    COUT(1) << "asdf" << std::endl;
    253255    return true;
    254256  }
Note: See TracChangeset for help on using the changeset viewer.