Working but dirty implementation of GUI for Timeline and gaps of

MediaPlayer.
This commit is contained in:
brunoherbelin
2020-08-19 23:15:54 +02:00
parent a4b61927bc
commit 182f204d80
7 changed files with 265 additions and 215 deletions

View File

@@ -28,7 +28,7 @@ namespace ImGuiToolkit
// utility sliders
void Bar (float value, float in, float out, float min, float max, const char* title, bool expand);
bool TimelineSlider (const char* label, guint64 *time, guint64 duration, guint64 step, const float width);
bool InvisibleSliderInt(const char* label, uint *index, int min, int max, const ImVec2 size);
bool InvisibleSliderInt(const char* label, uint *index, uint min, uint max, const ImVec2 size);
// fonts from ressources 'fonts/'
typedef enum {