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

Function lf_get_selected_div_ptr

leif.c:2941–2943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2939}
2940
2941LfDiv* lf_get_selected_div_ptr() {
2942 return &state.selected_div;
2943}
2944
2945void lf_set_ptr_x(float x) {
2946 state.pos_ptr.x = x + state.current_div.aabb.pos.x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected