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

Function recompui_set_padding_left

src/ui/ui_api.cpp:313–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void recompui_set_padding_left(uint8_t* rdram, recomp_context* ctx) {
314 Style* resource = arg_style<0>(rdram, ctx);
315 float padding = _arg_float_a1(rdram, ctx);
316 uint32_t unit = _arg<2, uint32_t>(rdram, ctx);
317
318 resource->set_padding_left(padding, static_cast<Unit>(unit));
319}
320
321void recompui_set_padding_top(uint8_t* rdram, recomp_context* ctx) {
322 Style* resource = arg_style<0>(rdram, ctx);

Callers

nothing calls this directly

Calls 1

set_padding_leftMethod · 0.80

Tested by

no test coverage detected