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

Function lf_set_current_div_scroll

leif.c:3475–3477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3473}
3474
3475void lf_set_current_div_scroll(float scroll) {
3476 *state.scroll_ptr = scroll;
3477}
3478float lf_get_current_div_scroll() {
3479 return *state.scroll_ptr;
3480}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected