Changeset 9607 in orxonox.OLD for branches/proxy/src/lib/gui/gl
- Timestamp:
- Jul 30, 2006, 10:37:15 AM (18 years ago)
- Location:
- branches/proxy/src/lib/gui/gl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.h
r9554 r9607 14 14 //! This is BOX part of the openglGUI class 15 15 /** 16 * The Box is always positioned at the designated position on the screen 16 17 * 18 * @note If you pack the box or move it with setRel/AbsCoor2D the 19 * behaviour of positioning is not predictable! 17 20 */ 18 21 class GLGuiFixedpositionBox : public OrxGui::GLGuiBox, EventListener -
branches/proxy/src/lib/gui/gl/glgui_handler.cc
r9558 r9607 51 51 for (unsigned int i = 0; i < EV_NUMBER; i++) 52 52 { 53 this->subscribeEvent(ES_ALL, i); 53 this->subscribeEvent(ES_GAME, i); 54 this->subscribeEvent(ES_GAME_MENU, i); 55 this->subscribeEvent(ES_MENU, i); 54 56 } 55 57 }
Note: See TracChangeset
for help on using the changeset viewer.