Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8148 in orxonox.OLD for trunk/src/lib/gui


Ignore:
Timestamp:
Jun 5, 2006, 12:46:02 PM (18 years ago)
Author:
bensch
Message:

trunk: output of EventListener Nicer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl/glgui_widget.h

    r8145 r8148  
    131131
    132132    /** @param the Event to process. @returns true if the Event has been consumed*/
    133     virtual bool processEvent(const Event& event) { };
     133    virtual bool processEvent(const Event& event) { return false; };
    134134
    135135  protected:
Note: See TracChangeset for help on using the changeset viewer.