MCPcopy Create free account
hub / github.com/cococry/leif / _lf_button_fixed_loc

Function _lf_button_fixed_loc

leif.c:2522–2524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2520}
2521
2522LfClickableItemState _lf_button_fixed_loc(const char* text, float width, float height, const char* file, int32_t line) {
2523 return button_fixed_element_loc((void*)text, width, height, file, line, false);
2524}
2525
2526LfClickableItemState _lf_button_fixed_loc_wide(const wchar_t* text, float width, float height, const char* file, int32_t line) {
2527 return button_fixed_element_loc((void*)text, width, height, file, line, true);

Callers

nothing calls this directly

Calls 1

button_fixed_element_locFunction · 0.85

Tested by

no test coverage detected