.. index:: pair: struct; EE::UI::KeyBindings::Shortcut .. _doxid-struct_e_e_1_1_u_i_1_1_key_bindings_1_1_shortcut: struct EE::UI::KeyBindings::Shortcut ==================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Shortcut { // fields :ref:`Keycode` :target:`key` { KEY_UNKNOWN }; :ref:`Uint32` :target:`mod` { 0 }; // construction :target:`Shortcut`(); :target:`Shortcut`(:ref:`Keycode` key, :ref:`Uint32` mod); :target:`Shortcut`(const :ref:`Uint64`& code); // methods :ref:`Uint64` :target:`toUint64`() const; :target:`operator Uint64`() const; bool :target:`empty`() const; };