MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / InputFloat

Function InputFloat

Source/GUI/ImGuiBinding.cpp:765–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765bool InputFloat(const char* label, float* v, float step, float step_fast, const char* format, Slice* flags, int flagCount) {
766 return ImGui::InputFloat(label, v, step, step_fast, format, InputTextFlags(flags, flagCount));
767}
768
769bool InputFloat2(const char* label, float* v1, float* v2, const char* format, Slice* flags, int flagCount) {
770 float floats[2] = {*v1, *v2};

Callers 5

DemoWindowWidgetsBasicFunction · 0.85
DemoWindowColumnsFunction · 0.85
ShowExampleMenuFileFunction · 0.85

Calls 4

InputTextFlagsFunction · 0.85
popMethod · 0.65
pushMethod · 0.65
c_strMethod · 0.45

Tested by

no test coverage detected