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

Function lf_set_ptr_y

leif.c:2949–2951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2947}
2948
2949void lf_set_ptr_y(float y) {
2950 state.pos_ptr.y = y + state.current_div.aabb.pos.y;
2951}
2952void lf_set_ptr_x_absolute(float x) {
2953 state.pos_ptr.x = x;
2954}

Callers 1

_lf_div_begin_locFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected