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

Function lf_end

leif.c:2798–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2796 lf_pop_style_props();
2797}
2798void lf_end() {
2799 lf_div_end();
2800
2801 state.selected_div = state.selected_div_tmp;
2802
2803 update_input();
2804 clear_events();
2805 renderer_flush();
2806 state.drawcalls = 0;
2807}
2808
2809void lf_next_line() {
2810 state.pos_ptr.x = state.current_div.aabb.pos.x + state.div_props.border_width;

Callers

nothing calls this directly

Calls 4

lf_div_endFunction · 0.85
update_inputFunction · 0.85
clear_eventsFunction · 0.85
renderer_flushFunction · 0.85

Tested by

no test coverage detected