Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5786 in orxonox.OLD for trunk/src/lib/event/event_handler.h


Ignore:
Timestamp:
Nov 26, 2005, 9:56:11 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: key-repeat in the Shell is smoother now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event_handler.h

    r5776 r5786  
    4141  inline bool isSubscribed(elState state, int eventType) { return(listeners[state][eventType] == NULL)?false:true; };
    4242
     43
     44  void withUNICODE(bool enableUNICODE);
     45
    4346  void process();
    4447
     
    5861  KeyMapper*                 keyMapper;                       //!< reference to the key mapper.
    5962
     63  bool                       bUNICODE;                        //!< If unicode should be enabled.
    6064};
    6165
Note: See TracChangeset for help on using the changeset viewer.