work in progress cleanum memory leak and crash :(

This commit is contained in:
brunoherbelin
2020-08-11 00:11:22 +02:00
parent c829e5a40c
commit bb8dcf088e
15 changed files with 590 additions and 531 deletions

View File

@@ -27,11 +27,8 @@ 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, float scale = 1.f);
bool TimelineSliderEdit (const char* label, guint64 *time, guint64 duration, guint64 step,
std::list<std::pair<guint64, guint64> >& segments);
bool InvisibleSliderInt(const char* label, uint *index, int min, int max, ImVec2 size);
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);
// fonts from ressources 'fonts/'
typedef enum {