Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2006, 5:24:57 PM (19 years ago)
Author:
stefalie
Message:

water: gui hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/lib/gui/gl_gui/glgui_handler.cc

    r8035 r8089  
    4040
    4141
    42     EventHandler::getInstance()->withUNICODE(ES_MENU, true );
     42    EventHandler::getInstance()->withUNICODE(ES_ALL, true );
    4343
    4444    this->cursor = NULL;
    4545    for (unsigned int i = 0; i < EV_NUMBER; i++)
    4646    {
    47       this->subscribeEvent(ES_MENU, i);
     47      this->subscribeEvent(ES_ALL, i);
    4848    }
    4949  }
Note: See TracChangeset for help on using the changeset viewer.