Cleaup UI Selection source Player

This commit is contained in:
Bruno
2021-05-23 00:55:24 +02:00
parent 8e29a555c8
commit ce92529a84
4 changed files with 115 additions and 47 deletions

View File

@@ -136,6 +136,7 @@ class SourceController
SourceList selection_;
void DrawButtonBar(ImVec2 bottom, float width);
bool SourceButton(Source *s, ImVec2 framesize);
void RenderSelectedSources();
void RenderSelection(size_t i);
void RenderSingleSource(Source *s);