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

Function lf_get_current_div_scroll

leif.c:3478–3480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3476 *state.scroll_ptr = scroll;
3477}
3478float lf_get_current_div_scroll() {
3479 return *state.scroll_ptr;
3480}
3481
3482void lf_set_current_div_scroll_velocity(float scroll_velocity) {
3483 *state.scroll_velocity_ptr = scroll_velocity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected