The Battle for Wesnoth  1.19.0-dev
Macros | Variables
controller_base.cpp File Reference
#include "controller_base.hpp"
#include "display.hpp"
#include "events.hpp"
#include "game_config_manager.hpp"
#include "hotkey/command_executor.hpp"
#include "log.hpp"
#include "mouse_handler_base.hpp"
#include "preferences/game.hpp"
#include "scripting/plugins/context.hpp"
#include "show_dialog.hpp"
#include "gui/core/event/handler.hpp"
#include "soundsource.hpp"
#include "gui/core/timer.hpp"
#include "sdl/input.hpp"
#include "video.hpp"
Include dependency graph for controller_base.cpp:

Go to the source code of this file.

Macros

#define ERR_DP   LOG_STREAM(err, log_display)
 

Variables

static lg::log_domain log_display ("display")
 
static const int long_touch_duration_ms = 800
 

Macro Definition Documentation

◆ ERR_DP

#define ERR_DP   LOG_STREAM(err, log_display)

Definition at line 35 of file controller_base.cpp.

Variable Documentation

◆ log_display

lg::log_domain log_display("display") ( "display"  )
static

◆ long_touch_duration_ms

const int long_touch_duration_ms = 800
static

Definition at line 37 of file controller_base.cpp.

Referenced by controller_base::handle_event().