MCPcopy Create free account
hub / github.com/davemoore22/sorcery / draw_cursor

Method draw_cursor

src/core/ui.cpp:1069–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067 static_cast<float>(resized.h)},
1068 ImVec2{0.0f, 0.0f}, ImVec2{1.0f, 1.0f},
1069 ImVec4(0.0f, 0.0f, 0.0f, 0.0f), tint_col);
1070 }
1071 }
1072}
1073
1074auto Sorcery::UI::_draw_tiled_bg(Component *component) -> void {
1075
1076 if (!images->show_images) {

Callers

nothing calls this directly

Calls 1

set_busyMethod · 0.80

Tested by

no test coverage detected