Lagrange
Keybinds Member List

This is the complete list of members for Keybinds, including all inherited members.

add(const std::string &action, ImGuiKey button, const std::vector< ImGuiKey > &modifiers={})Keybinds
add(const std::string &action, const Keybind &keybind)Keybinds
enable(bool enabled)Keybinds
get() constKeybinds
has(const std::string &action, ImGuiKey button, const std::vector< ImGuiKey > &modifiers={}) constKeybinds
is_down(const std::string &action) constKeybinds
is_down(ImGuiKey key_code) constKeybindsinline
is_enabled() constKeybinds
is_pressed(const std::string &action) constKeybinds
is_pressed(ImGuiKey key_code) constKeybindsinline
is_released(const std::string &action) constKeybinds
is_released(ImGuiKey key_code) constKeybindsinline
Keybinds() (defined in Keybinds)Keybindsinline
KeyState enum name (defined in Keybinds)Keybinds
load(std::istream &in, bool append=false)Keybinds
MapType typedefKeybinds
pop_context()Keybinds
push_context(const std::string &context)Keybinds
register_action(const std::string &action)Keybinds
remove(const std::string &action)Keybinds
reset_context() (defined in Keybinds)Keybinds
save(std::ostream &out) constKeybinds
to_string(const Keybind &keybind)Keybindsstatic
to_string(ImGuiKey key)Keybindsstatic
to_string(const std::string &action, int limit=1) constKeybinds
unregister_action(const std::string &action)Keybinds
update()Keybinds