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

Function recompui_create_passwordinput

src/ui/ui_api.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void recompui_create_passwordinput(uint8_t* rdram, recomp_context* ctx) {
157 ContextId ui_context = get_context(rdram, ctx);
158 Element* parent = arg_element<1>(rdram, ctx, ui_context);
159
160 Element* ret = ui_context.create_element<TextInput>(parent, false);
161 return_resource(ctx, ret->get_resource_id());
162}
163
164void recompui_create_labelradio(uint8_t* rdram, recomp_context* ctx) {
165 ContextId ui_context = get_context(rdram, ctx);

Callers

nothing calls this directly

Calls 3

get_contextFunction · 0.85
return_resourceFunction · 0.85
get_resource_idMethod · 0.80

Tested by

no test coverage detected