Changeset 8089 in orxonox.OLD for branches/water/src/lib/gui/gl_gui/glgui_handler.cc
- Timestamp:
- Jun 1, 2006, 5:24:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/lib/gui/gl_gui/glgui_handler.cc
r8035 r8089 40 40 41 41 42 EventHandler::getInstance()->withUNICODE(ES_ MENU, true );42 EventHandler::getInstance()->withUNICODE(ES_ALL, true ); 43 43 44 44 this->cursor = NULL; 45 45 for (unsigned int i = 0; i < EV_NUMBER; i++) 46 46 { 47 this->subscribeEvent(ES_ MENU, i);47 this->subscribeEvent(ES_ALL, i); 48 48 } 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.