DragFloat() comment examples, not ready for prime-time #180

This commit is contained in:
ocornut
2015-04-03 16:21:24 +01:00
parent c93f34238e
commit 28a45877aa
2 changed files with 7 additions and 4 deletions

View File

@ -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;