Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2010, 1:47:44 PM (14 years ago)
Author:
smerkli
Message:

Chatbox light added, trigger with n in game.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat2/src/orxonox/ChatInputHandler.h

    r6846 r6870  
    7373
    7474      /* cegui stuff */
    75       CEGUI::Window *input;
     75      CEGUI::Window *input, *inputonly;
    7676      CEGUI::Listbox *lb_history;
    7777
     
    8383      /* start listening, stop listening */
    8484      static void activate_static();
    85       void activate();
     85      static void activate_small_static();
     86      void activate( bool full );
    8687      void deactivate();
    8788
Note: See TracChangeset for help on using the changeset viewer.