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

Function init_imgui_function_table_18600

source/imgui_function_table_18600.cpp:209–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209const imgui_function_table_18600 init_imgui_function_table_18600() { return {
210 []() -> imgui_io_18600 & {
211 static imgui_io_18600 io = {};
212 convert(g_imgui_function_table_18971.GetIO(), io);
213 return io;
214 },
215 []() -> imgui_style_18600 & {
216 static imgui_style_18600 style = {};
217 convert(g_imgui_function_table_18971.GetStyle(), style);
218 return style;
219 },
220 g_imgui_function_table_18971.GetVersion,
221 g_imgui_function_table_18971.Begin,
222 g_imgui_function_table_18971.End,
223 g_imgui_function_table_18971.BeginChild,
224 g_imgui_function_table_18971.BeginChild2,
225 g_imgui_function_table_18971.EndChild,
226 g_imgui_function_table_18971.IsWindowAppearing,
227 g_imgui_function_table_18971.IsWindowCollapsed,
228 g_imgui_function_table_18971.IsWindowFocused,
229 g_imgui_function_table_18971.IsWindowHovered,
230 g_imgui_function_table_18971.GetWindowDrawList,
231 g_imgui_function_table_18971.GetWindowDpiScale,
232 g_imgui_function_table_18971.GetWindowPos,
233 g_imgui_function_table_18971.GetWindowSize,
234 g_imgui_function_table_18971.GetWindowWidth,
235 g_imgui_function_table_18971.GetWindowHeight,
236 g_imgui_function_table_18971.SetNextWindowPos,
237 g_imgui_function_table_18971.SetNextWindowSize,
238 g_imgui_function_table_18971.SetNextWindowSizeConstraints,
239 g_imgui_function_table_18971.SetNextWindowContentSize,
240 g_imgui_function_table_18971.SetNextWindowCollapsed,
241 g_imgui_function_table_18971.SetNextWindowFocus,
242 g_imgui_function_table_18971.SetNextWindowBgAlpha,
243 g_imgui_function_table_18971.SetWindowPos,
244 g_imgui_function_table_18971.SetWindowSize,
245 g_imgui_function_table_18971.SetWindowCollapsed,
246 g_imgui_function_table_18971.SetWindowFocus,
247 g_imgui_function_table_18971.SetWindowFontScale,
248 g_imgui_function_table_18971.SetWindowPos2,
249 g_imgui_function_table_18971.SetWindowSize2,
250 g_imgui_function_table_18971.SetWindowCollapsed2,
251 g_imgui_function_table_18971.SetWindowFocus2,
252 g_imgui_function_table_18971.GetContentRegionAvail,
253 g_imgui_function_table_18971.GetContentRegionMax,
254 g_imgui_function_table_18971.GetWindowContentRegionMin,
255 g_imgui_function_table_18971.GetWindowContentRegionMax,
256 g_imgui_function_table_18971.GetScrollX,
257 g_imgui_function_table_18971.GetScrollY,
258 g_imgui_function_table_18971.SetScrollX,
259 g_imgui_function_table_18971.SetScrollY,
260 g_imgui_function_table_18971.GetScrollMaxX,
261 g_imgui_function_table_18971.GetScrollMaxY,
262 g_imgui_function_table_18971.SetScrollHereX,
263 g_imgui_function_table_18971.SetScrollHereY,
264 g_imgui_function_table_18971.SetScrollFromPosX,
265 g_imgui_function_table_18971.SetScrollFromPosY,
266 [](imgui_font_18600 *) {

Callers 1

Calls 1

convertFunction · 0.70

Tested by

no test coverage detected