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

Function InputTextFlags

Source/GUI/ImGuiBinding.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197static uint32_t InputTextFlags(Slice* flags, int count) {
198 uint32_t result = 0;
199 for (int i = 0; i < count; i++) {
200 result |= getInputTextFlag(flags[i]);
201 }
202 return result;
203}
204
205static ImGuiTreeNodeFlags_ getTreeNodeFlag(String flag) {
206 switch (Switch::hash(flag)) {

Callers 6

InputTextFunction · 0.85
InputTextMultilineFunction · 0.85
InputFloatFunction · 0.85
InputFloat2Function · 0.85
InputIntFunction · 0.85
InputInt2Function · 0.85

Calls 1

getInputTextFlagFunction · 0.85

Tested by

no test coverage detected