19#ifndef HEADER_ADD_DEVICE_DIALOG_HPP
20#define HEADER_ADD_DEVICE_DIALOG_HPP
22#include "guiengine/modaldialog.hpp"
35 void onEnterPressedInternal();
36 GUIEngine::EventPropagation
processEvent(
const std::string& eventSource);
Dialog that warns the user about the potential problems of creating multiple keyboard configs.
Definition: add_device_dialog.hpp:30
GUIEngine::EventPropagation processEvent(const std::string &eventSource)
Returns whether to block event propagation (usually, you will want to block events you processed)
Definition: add_device_dialog.cpp:155
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:56