#include <GG/Base.h>
#include <GG/Exception.h>
#include <GG/Flags.h>
#include <map>
Go to the source code of this file.
Namespaces | |
| namespace | GG |
Classes | |
| class | GG::WndEvent |
| encapsulates a Wnd event that is passed from the singleton GUI to a Wnd. More... | |
Variables | |
| GG_API const ModKey | GG::MOD_KEY_NONE |
| GG_API const ModKey | GG::MOD_KEY_LSHIFT |
| GG_API const ModKey | GG::MOD_KEY_RSHIFT |
| GG_API const ModKey | GG::MOD_KEY_LCTRL |
| GG_API const ModKey | GG::MOD_KEY_RCTRL |
| GG_API const ModKey | GG::MOD_KEY_LALT |
| GG_API const ModKey | GG::MOD_KEY_RALT |
| GG_API const ModKey | GG::MOD_KEY_LMETA |
| GG_API const ModKey | GG::MOD_KEY_RMETA |
| GG_API const ModKey | GG::MOD_KEY_NUM |
| GG_API const ModKey | GG::MOD_KEY_CAPS |
| GG_API const ModKey | GG::MOD_KEY_MODE |
| GG_API const Flags< ModKey > | GG::MOD_KEY_CTRL |
| GG_API const Flags< ModKey > | GG::MOD_KEY_SHIFT |
| GG_API const Flags< ModKey > | GG::MOD_KEY_ALT |
| GG_API const Flags< ModKey > | GG::MOD_KEY_META |
Definition in file WndEvent.h.
1.5.2