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

Function lf_set_ptr_x

leif.c:2945–2947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2943}
2944
2945void lf_set_ptr_x(float x) {
2946 state.pos_ptr.x = x + state.current_div.aabb.pos.x;
2947}
2948
2949void lf_set_ptr_y(float y) {
2950 state.pos_ptr.y = y + state.current_div.aabb.pos.y;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected