MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / recompui_set_width_auto

Function recompui_set_width_auto

src/ui/ui_api.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void recompui_set_width_auto(uint8_t* rdram, recomp_context* ctx) {
253 Style* resource = arg_style<0>(rdram, ctx);
254
255 resource->set_width_auto();
256}
257
258void recompui_set_height(uint8_t* rdram, recomp_context* ctx) {
259 Style* resource = arg_style<0>(rdram, ctx);

Callers

nothing calls this directly

Calls 1

set_width_autoMethod · 0.80

Tested by

no test coverage detected