Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 10:50:08 PM (16 years ago)
Author:
rgrieder
Message:
  • TestConsole should work now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/InputManager.h

    r1062 r1066  
    7575    InputMode getInputMode();
    7676
     77    // temporary hack
     78    void feedInputBuffer(InputBuffer* buffer);
     79
    7780    // Temporary solutions. Will be removed soon!
    7881    OIS::Mouse    *getMouse()    { return this->mouse_   ; }
     
    9699    InputHandlerGUI   *handlerGUI_;     //!< Handles the input if in GUI mode
    97100    // FIXME: insert the InputBuffer once merged with core2
    98     InputHandlerGUI   *handlerBuffer_;  //!< Handles the input if in Buffer mode
     101    InputBuffer       *handlerBuffer_;  //!< Handles the input if in Buffer mode
    99102    InputHandlerGame  *handlerGame_;    //!< Handles the input if in Game mode
    100103
Note: See TracChangeset for help on using the changeset viewer.