Classes | |
| struct | InputScalarResult |
Functions | |
| bool | InputScalarLeft (const char *label, ImGuiDataType data_type, void *p_data, const void *p_step, const void *p_step_fast, const char *format, float input_width, ImGuiInputTextFlags flags, bool no_step=false) |
| InputScalarResult | InputScalarLeftEx (const char *label, ImGuiDataType data_type, void *p_data, const void *p_step, const void *p_step_fast, const char *format, float input_width, ImGuiInputTextFlags flags, bool no_step=false) |
| bool ImGui::InputScalarLeft | ( | const char * | label, |
| ImGuiDataType | data_type, | ||
| void * | p_data, | ||
| const void * | p_step, | ||
| const void * | p_step_fast, | ||
| const char * | format, | ||
| float | input_width, | ||
| ImGuiInputTextFlags | flags, | ||
| bool | no_step = false ) |
Definition at line 47 of file input.cc.
Referenced by yaze::gui::InputHex(), yaze::gui::InputHexByte(), yaze::gui::InputHexByte(), yaze::gui::InputHexWord(), and yaze::gui::InputHexWord().
| InputScalarResult ImGui::InputScalarLeftEx | ( | const char * | label, |
| ImGuiDataType | data_type, | ||
| void * | p_data, | ||
| const void * | p_step, | ||
| const void * | p_step_fast, | ||
| const char * | format, | ||
| float | input_width, | ||
| ImGuiInputTextFlags | flags, | ||
| bool | no_step = false ) |
Definition at line 165 of file input.cc.
References ImGui::InputScalarResult::changed, ImGui::InputScalarResult::immediate, ImGui::InputScalarResult::text_changed, and ImGui::InputScalarResult::text_committed.
Referenced by yaze::gui::InputHexByteEx(), yaze::gui::InputHexByteEx(), and yaze::gui::InputHexWordEx().