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

Function _lf_button_loc

leif.c:2442–2444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2440 return item;
2441}
2442LfClickableItemState _lf_button_loc(const char* text, const char* file, int32_t line) {
2443 return button_element_loc((void*)text, file, line, false);
2444}
2445
2446LfClickableItemState _lf_button_wide_loc(const wchar_t* text, const char* file, int32_t line) {
2447 return button_element_loc((void*)text, file, line, true);

Callers 1

menu_item_list_item_locFunction · 0.85

Calls 1

button_element_locFunction · 0.85

Tested by

no test coverage detected