| 2314 | } |
| 2315 | |
| 2316 | bool lf_mouse_button_changed_on_div(uint32_t button) { |
| 2317 | return lf_mouse_button_changed(button) && state.scrollbar_div.id == state.current_div.id; |
| 2318 | } |
| 2319 | double lf_get_mouse_x() { |
| 2320 | return state.input.mouse.xpos; |
| 2321 | } |
nothing calls this directly
no test coverage detected