Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 1, 2005, 11:29:44 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some more event cleanu[

File:
1 edited

Legend:

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

    r4452 r4454  
    2828  virtual ~KeyMapper();
    2929
    30   void loadKeyBindings(const char* fileName = "~/.orxonox/orxonox.conf");
     30  void loadKeyBindings(const char* fileName = DEFAULT_CONFIG_FILE);
    3131
    3232  void debug();
     
    6464
    6565 private:
    66   Sint32 coord[2];                   //!< temp place to save variables in nameToIndex() function
     66  Sint32     coord[2];              //!< temp place to save variables in nameToIndex() function
    6767};
    6868
Note: See TracChangeset for help on using the changeset viewer.