mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-08 08:50:00 +01:00
Updated behavior of TimelineSlider
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user