The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Functions | Variables
mouse_handler_base.cpp File Reference
#include "mouse_handler_base.hpp"
#include "cursor.hpp"
#include "display.hpp"
#include "log.hpp"
#include "preferences/general.hpp"
#include "sdl/rect.hpp"
#include "tooltips.hpp"
#include "sdl/input.hpp"
Include dependency graph for mouse_handler_base.cpp:

Go to the source code of this file.

Namespaces

 events
 Handling of system events.
 

Macros

#define WRN_DP   LOG_STREAM(warn, log_display)
 

Functions

static bool events::command_active ()
 

Variables

static lg::log_domain log_display ("display")
 
int events::commands_disabled = 0
 

Macro Definition Documentation

◆ WRN_DP

#define WRN_DP   LOG_STREAM(warn, log_display)

Definition at line 28 of file mouse_handler_base.cpp.

Variable Documentation

◆ log_display

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