Improved management of selection in Player

This commit is contained in:
Bruno
2021-06-07 22:53:29 +02:00
parent ec4214ebf8
commit cd40d6d7e8
4 changed files with 91 additions and 44 deletions

View File

@@ -120,7 +120,7 @@ class SourceController
InfoVisitor info_;
SourceList selection_;
void DrawButtonBar(ImVec2 bottom, float width);
void DrawButtonBar(ImVec2 bottom, float width, bool enabled = true);
bool SourceButton(Source *s, ImVec2 framesize);
void RenderSelectedSources();