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

Method button

framework/drawer.cpp:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127bool Drawer::button(const char *caption)
128{
129 bool res = ImGui::Button(caption);
130 if (res)
131 {
132 dirty = true;
133 };
134 return res;
135}
136
137void Drawer::text(const char *formatstr, ...)
138{

Callers 7

on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected