| 3476 | *state.scroll_ptr = scroll; |
| 3477 | } |
| 3478 | float lf_get_current_div_scroll() { |
| 3479 | return *state.scroll_ptr; |
| 3480 | } |
| 3481 | |
| 3482 | void lf_set_current_div_scroll_velocity(float scroll_velocity) { |
| 3483 | *state.scroll_velocity_ptr = scroll_velocity; |
nothing calls this directly
no outgoing calls
no test coverage detected