Updated behavior of TimelineSlider

This commit is contained in:
brunoherbelin
2020-03-09 21:57:11 +01:00
parent 1d97b6e445
commit 26b1d79478
3 changed files with 52 additions and 23 deletions

View File

@@ -13,7 +13,8 @@ namespace ImGuiToolkit
void ShowIconsWindow(bool* p_open);
void ToggleButton( const char* label, bool& toggle );
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 begin, guint64 end, guint64 duration, guint64 step);
bool TimelineSlider(const char* label, guint64 *time,
guint64 begin, guint64 end, guint64 duration, guint64 step);
// fonts from ressources 'fonts/'
typedef enum {
@@ -36,4 +37,4 @@ namespace ImGuiToolkit
std::string DateTime();
};
#endif // __IMGUI_TOOLKIT_H_
#endif // __IMGUI_TOOLKIT_H_