Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2008, 12:57:45 AM (16 years ago)
Author:
rgrieder
Message:

svn save, just in case our house burns down over night…

File:
1 edited

Legend:

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

    r1578 r1590  
    3838#include "core/Shell.h"
    3939#include "objects/Tickable.h"
     40#include "tools/WindowEventListener.h"
    4041
    4142
    4243namespace orxonox
    4344{
    44     class _OrxonoxExport InGameConsole : public TickableReal, public ShellListener
     45    class _OrxonoxExport InGameConsole : public TickableReal, public ShellListener, public WindowEventListener
    4546    {
    4647        public: // functions
     
    5051
    5152            void tick(float dt);
    52             void resize();
    5353
    5454            static InGameConsole& getInstance();
     
    7676            void setCursorPosition(unsigned int pos);
    7777            void print(const std::string& text, int index, bool alwaysShift = false);
     78
     79            void windowResized(int newWidth, int newHeight);
    7880
    7981            static Ogre::UTFString convert2UTF(std::string s);
Note: See TracChangeset for help on using the changeset viewer.