#include "mouse_handler_base.hpp"
#include "cursor.hpp"
#include "display.hpp"
#include "log.hpp"
#include "preferences.hpp"
#include "tooltips.hpp"
#include "sdl/rect.hpp"
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 |
#define WRN_DP LOG_STREAM(warn, log_display) |
Definition at line 26 of file mouse_handler_base.cpp.
Referenced by events::mouse_handler_base::right_click().
|
static |