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

Function SliderFlags

Source/GUI/ImGuiBinding.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static uint32_t SliderFlags(Slice* flags, int count) {
93 uint32_t result = 0;
94 for (int i = 0; i < count; i++) {
95 result |= getSliderFlag(flags[i]);
96 }
97 return result;
98}
99
100static ImGuiWindowFlags_ getWindowFlag(String style) {
101 switch (Switch::hash(style)) {

Callers 12

DragFloatFunction · 0.85
DragFloat2Function · 0.85
DragIntFunction · 0.85
DragInt2Function · 0.85
SliderFloatFunction · 0.85
SliderFloat2Function · 0.85
SliderIntFunction · 0.85
SliderInt2Function · 0.85
DragFloatRange2Function · 0.85
DragIntRange2Function · 0.85
VSliderFloatFunction · 0.85
VSliderIntFunction · 0.85

Calls 1

getSliderFlagFunction · 0.85

Tested by

no test coverage detected