| 2520 | } |
| 2521 | |
| 2522 | LfClickableItemState _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 | |
| 2526 | LfClickableItemState _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); |
nothing calls this directly
no test coverage detected