| 2796 | lf_pop_style_props(); |
| 2797 | } |
| 2798 | void 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 | |
| 2809 | void lf_next_line() { |
| 2810 | state.pos_ptr.x = state.current_div.aabb.pos.x + state.div_props.border_width; |
nothing calls this directly
no test coverage detected