Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4389 in orxonox.OLD for orxonox/trunk/src/util/event/key_mapper.h


Ignore:
Timestamp:
May 30, 2005, 12:12:03 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: working on keymapping, there are some problems in genericaly map unknown keys to well undefined functions… which is not very surprising :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/event/key_mapper.h

    r4387 r4389  
    3333  virtual ~KeyMapper();
    3434
    35   void loadKeyBindings(const char* fileName);
     35  void loadKeyBindings(const char* fileName = "~/.orxonox/orxonox.conf");
     36
     37  void debug();
    3638
    3739 private:
Note: See TracChangeset for help on using the changeset viewer.