using Settings = vtb::ini::Ini_settings
InputNumber3(const char * label, float v, const char * format = "%.3f", ImGuiInputTextFlags extra_flags = 0) -> bool
InputNumber2(const char * label, double v, const char * format = "%.3f", ImGuiInputTextFlags extra_flags = 0) -> bool
InputNumber(const char * label, float * v, float step = 0.0f, float step_fast = 0.0f, const char * format = "%.3f", ImGuiInputTextFlags extra_flags = 0) -> bool
InputNumber(const char * label, double * v, double step = 0.0, double step_fast = 0.0, const char * format = "%.6f", ImGuiInputTextFlags extra_flags = 0) -> bool
operator>>(std::istream & in, ImColor & rhs) -> std::istream &
set_colors(const Settings & colors) -> void
SliderAngle(const char * label, double * v_rad, double v_degrees_min = 0.0f, double v_degrees_max = 360.0f) -> bool
operator<<(std::ostream & out, const ImColor & rhs) -> std::ostream &
InputText(const char * label, std::string & value, ImGuiInputTextFlags flags = 0, ImGuiTextEditCallback callback = nullptr, void * user_data = nullptr) -> bool
InputNumber2(const char * label, float v, const char * format = "%.3f", ImGuiInputTextFlags extra_flags = 0) -> bool
IsItemHovered(int flags, float timeout) -> bool
ShowHelpMarker(const char * desc) -> void
InputNumber3(const char * label, double v, const char * format = "%.3f", ImGuiInputTextFlags extra_flags = 0) -> bool