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

Function init_imgui_function_table_19222

source/imgui_function_table_19222.cpp:228–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228const imgui_function_table_19222 init_imgui_function_table_19222() { return {
229 []() -> imgui_io_19222 & {
230 static imgui_io_19222 io = {};
231 convert(g_imgui_function_table_19250.GetIO(), io);
232 return io;
233 },
234 []() -> imgui_style_19222 & {
235 static imgui_style_19222 style = {};
236 convert(g_imgui_function_table_19250.GetStyle(), style);
237 return style;
238 },
239 g_imgui_function_table_19250.GetVersion,
240 g_imgui_function_table_19250.Begin,
241 g_imgui_function_table_19250.End,
242 g_imgui_function_table_19250.BeginChild,
243 g_imgui_function_table_19250.BeginChild2,
244 g_imgui_function_table_19250.EndChild,
245 g_imgui_function_table_19250.IsWindowAppearing,
246 g_imgui_function_table_19250.IsWindowCollapsed,
247 g_imgui_function_table_19250.IsWindowFocused,
248 g_imgui_function_table_19250.IsWindowHovered,
249 g_imgui_function_table_19250.GetWindowDrawList,
250 g_imgui_function_table_19250.GetWindowDpiScale,
251 g_imgui_function_table_19250.GetWindowPos,
252 g_imgui_function_table_19250.GetWindowSize,
253 g_imgui_function_table_19250.GetWindowWidth,
254 g_imgui_function_table_19250.GetWindowHeight,
255 g_imgui_function_table_19250.SetNextWindowPos,
256 g_imgui_function_table_19250.SetNextWindowSize,
257 g_imgui_function_table_19250.SetNextWindowSizeConstraints,
258 g_imgui_function_table_19250.SetNextWindowContentSize,
259 g_imgui_function_table_19250.SetNextWindowCollapsed,
260 g_imgui_function_table_19250.SetNextWindowFocus,
261 g_imgui_function_table_19250.SetNextWindowScroll,
262 g_imgui_function_table_19250.SetNextWindowBgAlpha,
263 g_imgui_function_table_19250.SetWindowPos,
264 g_imgui_function_table_19250.SetWindowSize,
265 g_imgui_function_table_19250.SetWindowCollapsed,
266 g_imgui_function_table_19250.SetWindowFocus,
267 g_imgui_function_table_19250.SetWindowPos2,
268 g_imgui_function_table_19250.SetWindowSize2,
269 g_imgui_function_table_19250.SetWindowCollapsed2,
270 g_imgui_function_table_19250.SetWindowFocus2,
271 g_imgui_function_table_19250.GetScrollX,
272 g_imgui_function_table_19250.GetScrollY,
273 g_imgui_function_table_19250.SetScrollX,
274 g_imgui_function_table_19250.SetScrollY,
275 g_imgui_function_table_19250.GetScrollMaxX,
276 g_imgui_function_table_19250.GetScrollMaxY,
277 g_imgui_function_table_19250.SetScrollHereX,
278 g_imgui_function_table_19250.SetScrollHereY,
279 g_imgui_function_table_19250.SetScrollFromPosX,
280 g_imgui_function_table_19250.SetScrollFromPosY,
281 g_imgui_function_table_19250.PushFont,
282 g_imgui_function_table_19250.PopFont,
283 g_imgui_function_table_19250.GetFont,
284 g_imgui_function_table_19250.GetFontSize,
285 g_imgui_function_table_19250.GetFontBaked,

Callers 1

Calls 3

convertFunction · 0.70
convert_style_colFunction · 0.70
convert_style_varFunction · 0.70

Tested by

no test coverage detected