|
bool ImGui::InputScalarAsWidgetReplacement(const ImRect& bb, ImGuiID id, const char* label, ImGuiDataType data_type, void* data_ptr, const char* format)
|
|
bool ImGui::InputScalarAsWidgetReplacement(const ImRect& bb, ImGuiID id, const char* label, ImGuiDataType data_type, void* data_ptr, const char* format)
|
|
// On the first frame, g.ScalarAsInputTextId == 0, then on subsequent frames it becomes == id.
|
|
// On the first frame, g.ScalarAsInputTextId == 0, then on subsequent frames it becomes == id.
|