First implementation of Sticky Notes

This commit is contained in:
brunoherbelin
2021-04-11 15:13:46 +02:00
parent eee9f49c05
commit ab41a0c5d8
9 changed files with 910 additions and 762 deletions

View File

@@ -13,6 +13,7 @@ namespace ImGuiToolkit
// Icons from resource icon.dds
void Icon (int i, int j, bool enabled = true);
bool IconButton (int i, int j, const char *tooltips = nullptr);
bool IconButton (const char* icon = ICON_FA_EXCLAMATION_CIRCLE, const char *tooltips = nullptr);
bool IconToggle (int i, int j, int i_toggle, int j_toggle, bool* toggle, const char *tooltips[] = nullptr);
void ShowIconsWindow(bool* p_open);