Lagrange
|
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() const | Keybinds | |
has(const std::string &action, ImGuiKey button, const std::vector< ImGuiKey > &modifiers={}) const | Keybinds | |
is_down(const std::string &action) const | Keybinds | |
is_down(ImGuiKey key_code) const | Keybinds | inline |
is_enabled() const | Keybinds | |
is_pressed(const std::string &action) const | Keybinds | |
is_pressed(ImGuiKey key_code) const | Keybinds | inline |
is_released(const std::string &action) const | Keybinds | |
is_released(ImGuiKey key_code) const | Keybinds | inline |
Keybinds() (defined in Keybinds) | Keybinds | inline |
KeyState enum name (defined in Keybinds) | Keybinds | |
load(std::istream &in, bool append=false) | Keybinds | |
MapType typedef | Keybinds | |
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) const | Keybinds | |
to_string(const Keybind &keybind) | Keybinds | static |
to_string(ImGuiKey key) | Keybinds | static |
to_string(const std::string &action, int limit=1) const | Keybinds | |
unregister_action(const std::string &action) | Keybinds | |
update() | Keybinds |