housekeeping
This commit is contained in:
@@ -31,6 +31,9 @@ IMGUI_API bool InputHexWord(const char* label, int16_t* data,
|
||||
IMGUI_API bool InputHexByte(const char* label, uint8_t* data,
|
||||
float input_width = 50.f, bool no_step = false);
|
||||
|
||||
IMGUI_API bool InputHexByte(const char* label, uint8_t* data, uint8_t max_value,
|
||||
float input_width = 50.f, bool no_step = false);
|
||||
|
||||
IMGUI_API bool ListBox(const char* label, int* current_item,
|
||||
const std::vector<std::string>& items,
|
||||
int height_in_items = -1);
|
||||
|
||||
Reference in New Issue
Block a user