Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2005, 5:01:25 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: moved the keynames strucure to a place closer to util/event, some small tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/event/event_handler.cc

    r4390 r4398  
    198198  PRINT(0)("\n==========================| EventHandler::test () |===\n"); 
    199199  PRINT(0)("Eventhandler init successfuly\n");
    200   //KeyMapper km;
     200  KeyMapper km;
    201201  PRINT(0)("KeyMapper loaded\n");
    202   //km.loadKeyBindings();
    203   //km.debug();
     202  km.loadKeyBindings();
     203  km.debug();
    204204
    205205  PRINT(0)("=======================================================\n");     
Note: See TracChangeset for help on using the changeset viewer.