MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / radio_button

Method radio_button

framework/drawer.cpp:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool Drawer::radio_button(const char *caption, int32_t *selectedOption, const int32_t elementOption)
66{
67 bool res = ImGui::RadioButton(caption, selectedOption, elementOption);
68 if (res)
69 {
70 dirty = true;
71 }
72
73 return res;
74}
75
76bool Drawer::input_float(const char *caption, float *value, float step, const char *precision)
77{

Callers 1

on_update_ui_overlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected