Mana
Loading...
Searching...
No Matches
Classes | Variables
viewport.h File Reference
#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.
 
Viewportviewport
 The viewport.
 

Variable Documentation

◆ viewport

Viewport* viewport
extern

The viewport.

The viewport.

Definition at line 115 of file game.cpp.

◆ walkingMouseDelay

const int walkingMouseDelay = 500

Delay between two mouse calls when dragging mouse and move the player.

Definition at line 47 of file viewport.h.