Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 5, 2008, 4:09:04 AM (16 years ago)
Author:
landauf
Message:

some console tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/console/InGameConsole.h

    r1538 r1540  
    5050            void tick(float dt);
    5151
    52             void activate();
    53             void deactivate();
    5452            void resize();
    55 
    5653            static void openConsole();
    5754            static void closeConsole();
     
    6158            InGameConsole(const InGameConsole& other);
    6259            ~InGameConsole();
     60
     61            void activate();
     62            void deactivate();
    6363
    6464            virtual void linesChanged();
     
    8080            static float BLINK;
    8181
     82            bool bActive_;
    8283            int windowW_;
    8384            int windowH_;
     
    8687            unsigned int numLinesShifted_;
    8788            int scroll_;
    88             float scrollTimer_;
    8989            float cursor_;
    9090            unsigned int inputWindowStart_;
    9191            char cursorSymbol_;
    92             bool active_;
    9392            bool bShowCursor_;
    9493            std::string displayedText_;
Note: See TracChangeset for help on using the changeset viewer.