Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 7, 2005, 5:51:54 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk:
merged spaceshipcontrol back to the trunk
merged with command:
svn merge -r5915:HEAD spaceshipcontrol/ ../trunk/
no conflicts (nice work guys :)

File:
1 edited

Legend:

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

    r5786 r5978  
    4343
    4444  void withUNICODE(bool enableUNICODE);
     45  void grabEvents(bool grabEvents);
    4546
    4647  void process();
     
    6263
    6364  bool                       bUNICODE;                        //!< If unicode should be enabled.
     65  bool                       eventsGrabbed;                   //!< If the events should be grabbed
    6466};
    6567
Note: See TracChangeset for help on using the changeset viewer.