Mana
|
#include "eventlistener.h"
#include "position.h"
#include "utils/time.h"
#include "gui/widgets/windowcontainer.h"
#include <guichan/mouselistener.hpp>
#include <list>
Go to the source code of this file.
Classes | |
class | Viewport |
The viewport on the map. More... | |
struct | Viewport::ShakeEffect |
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 47 of file viewport.h.