Simplified v4l2loopback system

This commit is contained in:
brunoherbelin
2020-11-10 20:27:03 +01:00
parent ea1192c334
commit 39f8b56c99
5 changed files with 27 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ namespace ImGuiToolkit
void ShowIconsWindow(bool* p_open);
// utility buttons
bool ButtonIcon (int i, int j);
bool ButtonIcon (int i, int j, const char* tooltip = nullptr);
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);
bool ButtonToggle(const char* label, bool* toggle);