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
Location:
code/branches/input/src
Files:
28 added
19 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/CMakeLists.txt

    r871 r944  
    66ADD_SUBDIRECTORY(audio)
    77ADD_SUBDIRECTORY(network)
    8 #ADD_SUBDIRECTORY(loader)
    98ADD_SUBDIRECTORY(orxonox)
  • 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.