Closed
Description
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?)