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

Function recompui_set_border_width

src/ui/ui_api.cpp:417–423  ·  view source on GitHub ↗

Borders

Source from the content-addressed store, hash-verified

415
416// Borders
417void recompui_set_border_width(uint8_t* rdram, recomp_context* ctx) {
418 Style* resource = arg_style<0>(rdram, ctx);
419 float width = _arg_float_a1(rdram, ctx);
420 uint32_t unit = _arg<2, uint32_t>(rdram, ctx);
421
422 resource->set_border_width(width, static_cast<Unit>(unit));
423}
424
425void recompui_set_border_left_width(uint8_t* rdram, recomp_context* ctx) {
426 Style* resource = arg_style<0>(rdram, ctx);

Callers

nothing calls this directly

Calls 1

set_border_widthMethod · 0.80

Tested by

no test coverage detected