mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-15 00:44:20 +00:00
DragFloat() comment examples, not ready for prime-time #180
This commit is contained in:
parent
c93f34238e
commit
28a45877aa
2 changed files with 7 additions and 4 deletions
|
|
@ -9727,6 +9727,7 @@ void ImGui::ShowTestWindow(bool* opened)
|
|||
ImGui::InputFloat3("input float3", vec4a);
|
||||
}
|
||||
|
||||
/*
|
||||
{
|
||||
static int i1=50;
|
||||
static int i2=42;
|
||||
|
|
@ -9738,6 +9739,7 @@ void ImGui::ShowTestWindow(bool* opened)
|
|||
ImGui::DragFloat("drag float", &f1, 1.0f);
|
||||
ImGui::DragFloat("drag small float", &f2, 0.0001f, 0.0f, 0.0f, "%.06f");
|
||||
}
|
||||
*/
|
||||
|
||||
{
|
||||
static int i1=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue