MCPcopy Create free account
hub / github.com/crosire/reshade / init_imgui_function_table_19180

Function init_imgui_function_table_19180

source/imgui_function_table_19180.cpp:174–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174const imgui_function_table_19180 init_imgui_function_table_19180() { return {
175 []() -> imgui_io_19180 & {
176 static imgui_io_19180 io = {};
177 convert(g_imgui_function_table_19191.GetIO(), io);
178 return io;
179 },
180 []() -> imgui_style_19180 & {
181 static imgui_style_19180 style = {};
182 convert(g_imgui_function_table_19191.GetStyle(), style);
183 return style;
184 },
185 g_imgui_function_table_19191.GetVersion,
186 g_imgui_function_table_19191.Begin,
187 g_imgui_function_table_19191.End,
188 g_imgui_function_table_19191.BeginChild,
189 g_imgui_function_table_19191.BeginChild2,
190 g_imgui_function_table_19191.EndChild,
191 g_imgui_function_table_19191.IsWindowAppearing,
192 g_imgui_function_table_19191.IsWindowCollapsed,
193 g_imgui_function_table_19191.IsWindowFocused,
194 g_imgui_function_table_19191.IsWindowHovered,
195 g_imgui_function_table_19191.GetWindowDrawList,
196 g_imgui_function_table_19191.GetWindowDpiScale,
197 g_imgui_function_table_19191.GetWindowPos,
198 g_imgui_function_table_19191.GetWindowSize,
199 g_imgui_function_table_19191.GetWindowWidth,
200 g_imgui_function_table_19191.GetWindowHeight,
201 g_imgui_function_table_19191.SetNextWindowPos,
202 g_imgui_function_table_19191.SetNextWindowSize,
203 g_imgui_function_table_19191.SetNextWindowSizeConstraints,
204 g_imgui_function_table_19191.SetNextWindowContentSize,
205 g_imgui_function_table_19191.SetNextWindowCollapsed,
206 g_imgui_function_table_19191.SetNextWindowFocus,
207 g_imgui_function_table_19191.SetNextWindowScroll,
208 g_imgui_function_table_19191.SetNextWindowBgAlpha,
209 g_imgui_function_table_19191.SetWindowPos,
210 g_imgui_function_table_19191.SetWindowSize,
211 g_imgui_function_table_19191.SetWindowCollapsed,
212 g_imgui_function_table_19191.SetWindowFocus,
213 g_imgui_function_table_19191.SetWindowFontScale,
214 g_imgui_function_table_19191.SetWindowPos2,
215 g_imgui_function_table_19191.SetWindowSize2,
216 g_imgui_function_table_19191.SetWindowCollapsed2,
217 g_imgui_function_table_19191.SetWindowFocus2,
218 g_imgui_function_table_19191.GetScrollX,
219 g_imgui_function_table_19191.GetScrollY,
220 g_imgui_function_table_19191.SetScrollX,
221 g_imgui_function_table_19191.SetScrollY,
222 g_imgui_function_table_19191.GetScrollMaxX,
223 g_imgui_function_table_19191.GetScrollMaxY,
224 g_imgui_function_table_19191.SetScrollHereX,
225 g_imgui_function_table_19191.SetScrollHereY,
226 g_imgui_function_table_19191.SetScrollFromPosX,
227 g_imgui_function_table_19191.SetScrollFromPosY,
228 g_imgui_function_table_19191.PushFont,
229 g_imgui_function_table_19191.PopFont,
230 g_imgui_function_table_19191.PushStyleColor,
231 g_imgui_function_table_19191.PushStyleColor2,

Callers 1

Calls 1

convertFunction · 0.70

Tested by

no test coverage detected