19 #ifndef HEADER_ADD_DEVICE_DIALOG_HPP
20 #define HEADER_ADD_DEVICE_DIALOG_HPP
22 #include "guiengine/modaldialog.hpp"
26 namespace gui {
class IGUIStaticText; }
37 irr::gui::IGUIStaticText* m_text;
43 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:35
void onResize()
Override to be notified of resizes.
Definition: add_device_dialog.hpp:44
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:188
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:56
virtual void onResize()
Override to be notified of resizes.
Definition: modaldialog.cpp:214