Added ImGUI actions to ActionManager history.

This commit is contained in:
brunoherbelin
2020-10-04 23:34:59 +02:00
parent 616c6c8bdf
commit 2493d8d9f9
3 changed files with 92 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ namespace ImGuiToolkit
bool ButtonIcon (int i, int j);
bool ButtonIconToggle (int i, int j, int i_toggle, int j_toggle, bool* toggle);
bool ButtonIconMultistate (std::vector<std::pair<int, int> > icons, int* state);
void ButtonToggle (const char* label, bool* toggle);
bool ButtonToggle(const char* label, bool* toggle);
void ButtonSwitch (const char* label, bool* toggle , const char *help = nullptr);
bool IconToggle (int i, int j, int i_toggle, int j_toggle, bool* toggle, const char *tooltips[] = nullptr);
void ButtonOpenUrl (const char* url, const ImVec2& size_arg = ImVec2(0,0));