|
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) |
|
bool | yaze::gui::InputHex (const char *label, uint64_t *data) |
|
bool | yaze::gui::InputHex (const char *label, int *data, int num_digits, float input_width) |
|
bool | yaze::gui::InputHexShort (const char *label, uint32_t *data) |
|
bool | yaze::gui::InputHexWord (const char *label, uint16_t *data, float input_width, bool no_step) |
|
bool | yaze::gui::InputHexWord (const char *label, int16_t *data, float input_width, bool no_step) |
|
bool | yaze::gui::InputHexByte (const char *label, uint8_t *data, float input_width, bool no_step) |
|
bool | yaze::gui::InputHexByte (const char *label, uint8_t *data, uint8_t max_value, float input_width, bool no_step) |
|
void | yaze::gui::ItemLabel (absl::string_view title, ItemLabelFlags flags) |
|
bool | yaze::gui::ListBox (const char *label, int *current_item, const std::vector< std::string > &items, int height_in_items) |
|
bool | yaze::gui::InputTileInfo (const char *label, gfx::TileInfo *tile_info) |
|
ImGuiID | yaze::gui::GetID (const std::string &id) |
|
void | yaze::gui::AddTableColumn (Table &table, const std::string &label, GuiElement element) |
|
void | yaze::gui::DrawTable (Table ¶ms) |
|