Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 27, 2008, 9:23:31 PM (16 years ago)
Author:
rgrieder
Message:
  • created an asylum for probably old and obsolete code
File:
1 edited

Legend:

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

    r940 r944  
    123123      {
    124124        // something went wrong with the initialisation
    125         COUT(ORX_ERROR) << "Error: Failed creating an input system. Message: \"" << ex.eText << "\"" << std::endl;
     125        COUT(ORX_ERROR) << "Error: Failed creating an input system/keyboard/mouse. Message: \"" << ex.eText << "\"" << std::endl;
    126126        this->inputSystem_ = 0;
    127127        return false;
Note: See TracChangeset for help on using the changeset viewer.