#include <src/orxonox/interfaces/WindowEventListener.h>
Public Member Functions | |
WindowEventListener () | |
Constructor for the WindowEventListener. | |
virtual void | windowFocusChanged () |
virtual void | windowMoved () |
virtual void | windowResized (unsigned int newWidth, unsigned int newHeight) |
virtual | ~WindowEventListener () |
orxonox::WindowEventListener::WindowEventListener | ( | ) |
virtual orxonox::WindowEventListener::~WindowEventListener | ( | ) | [inline, virtual] |
virtual void orxonox::WindowEventListener::windowFocusChanged | ( | ) | [inline, virtual] |
Window has lost/gained focus
Reimplemented in orxonox::GSGraphics.
virtual void orxonox::WindowEventListener::windowMoved | ( | ) | [inline, virtual] |
Window has moved position
virtual void orxonox::WindowEventListener::windowResized | ( | unsigned int | newWidth, | |
unsigned int | newHeight | |||
) | [inline, virtual] |
Window has resized
Reimplemented in orxonox::GSGraphics, orxonox::InGameConsole, and orxonox::OrxonoxOverlay.