At the moment draw_event is triggered after a draw, but it would be great to be able to specify callbacks that happen just before the drawing is done. Is this something that would be easy to implement? (e.g. as pre_draw_event, and maybe rename draw_event to post_draw_event with a backward-compatible alias?)
At the moment
draw_eventis triggered after a draw, but it would be great to be able to specify callbacks that happen just before the drawing is done. Is this something that would be easy to implement? (e.g. aspre_draw_event, and maybe renamedraw_eventtopost_draw_eventwith a backward-compatible alias?)