#include "gui/widgets/windowcontainer.h"
#include "configlistener.h"
#include "position.h"
#include <guichan/mouselistener.hpp>
Go to the source code of this file.
Classes | |
| class | Viewport |
| The viewport on the map. More... | |
Variables | |
| const int | walkingMouseDelay = 500 |
| Delay between two mouse calls when dragging mouse and move the player. | |
| Viewport * | viewport |
| The viewport. | |
| const int walkingMouseDelay = 500 |
Delay between two mouse calls when dragging mouse and move the player.
Definition at line 41 of file viewport.h.
1.5.5