19#ifndef HEADER_MULTITOUCH_SETTINGS_DIALOG_HPP
20#define HEADER_MULTITOUCH_SETTINGS_DIALOG_HPP
22#include "guiengine/modaldialog.hpp"
42 GUIEngine::EventPropagation
processEvent(
const std::string& eventSource);
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:56
Dialog that allows the player to adjust multitouch steering settings.
Definition: multitouch_settings_dialog.hpp:29
virtual void beforeAddingWidgets()
Optional callback invoked very early, before widgets have been added (contrast with init(),...
Definition: multitouch_settings_dialog.cpp:55
GUIEngine::EventPropagation processEvent(const std::string &eventSource)
Returns whether to block event propagation (usually, you will want to block events you processed)
Definition: multitouch_settings_dialog.cpp:91