Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5093 in orxonox.OLD for trunk/src/lib/event/event_handler.cc


Ignore:
Timestamp:
Aug 21, 2005, 11:17:50 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: inputLine is working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event_handler.cc

    r4873 r5093  
    8989  this->keyMapper->loadKeyBindings(iniParser);
    9090}
    91 
    92 
    93 /**
    94  *  set the state of the event handler
    95  * @param state: to which the event handler shall change
    96 */
    97 void EventHandler::setState(elState state)
    98 {
    99   this->state = state;
    100 }
    101 
    10291
    10392/**
Note: See TracChangeset for help on using the changeset viewer.