|
FifeGUI 0.3.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::Shortcut, including all inherited members.
| Alt enum value (defined in fcn::Shortcut) | fcn::Shortcut | |
| conflicts(Shortcut const &other) const | fcn::Shortcut | |
| Control enum value (defined in fcn::Shortcut) | fcn::Shortcut | |
| fromKeycode(uint32_t keycode, uint16_t sdlMods=0) | fcn::Shortcut | static |
| getKey() const | fcn::Shortcut | |
| getModMask() const | fcn::Shortcut | |
| matches(KeyEvent const &event) const | fcn::Shortcut | |
| Meta enum value (defined in fcn::Shortcut) | fcn::Shortcut | |
| mKey | fcn::Shortcut | protected |
| mModMask | fcn::Shortcut | protected |
| Modifier enum name | fcn::Shortcut | |
| None enum value (defined in fcn::Shortcut) | fcn::Shortcut | |
| operator!=(Shortcut const &other) const | fcn::Shortcut | |
| operator==(Shortcut const &other) const | fcn::Shortcut | |
| Shift enum value (defined in fcn::Shortcut) | fcn::Shortcut | |
| Shortcut()=default | fcn::Shortcut | |
| Shortcut(Key key, uint16_t modMask=Modifier::None) | fcn::Shortcut | explicit |
| to_string() const | fcn::Shortcut |