Changeset 8148 in orxonox.OLD for trunk/src/lib/gui/gl
- Timestamp:
- Jun 5, 2006, 12:46:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/glgui_widget.h
r8145 r8148 131 131 132 132 /** @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; }; 134 134 135 135 protected:
Note: See TracChangeset
for help on using the changeset viewer.