MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Selectable

Function Selectable

Source/GUI/ImGuiBinding.cpp:611–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611bool Selectable(const char* label, Slice* selectableFlags, int flagCount) {
612 return ImGui::Selectable(label, false, SelectableFlags(selectableFlags, flagCount), Vec2::zero);
613}
614
615bool Selectable(const char* label, bool* p_selected, const Vec2& size, Slice* selectableFlags, int flagCount) {
616 return ImGui::Selectable(label, p_selected, SelectableFlags(selectableFlags, flagCount), size);

Callers 15

imgui__selectable_optsFunction · 0.85
MenuItemForColumnReorderFunction · 0.85
DebugNodeTableMethod · 0.85
ShowFontAtlasMethod · 0.85
ShowMetricsWindowMethod · 0.85
DebugNodeDrawListMethod · 0.85
ShowFontSelectorMethod · 0.85
ComboMethod · 0.85
ColorEditOptionsPopupMethod · 0.85

Calls 4

SelectableFlagsFunction · 0.85
popMethod · 0.65
pushMethod · 0.65
c_strMethod · 0.45

Tested by

no test coverage detected