| 668 | } |
| 669 | |
| 670 | void imgui_menu_stack::begin(const char * label, bool enabled) |
| 671 | { |
| 672 | open.push_back(open.back() ? ImGui::BeginMenu(label, true) : false); |
| 673 | } |
| 674 | |
| 675 | bool imgui_menu_stack::item(const char * label, int mods, int key, bool enabled) |
| 676 | { |
no outgoing calls
no test coverage detected