allegroflare / allegro_flare

Application toolkit for Allegro 5
https://clubcatt.com/allegroflare
MIT License
35 stars 6 forks source link

Pass in ALLEGRO_EVENTs into all Screen `*_func` methods #181

Closed MarkOates closed 2 years ago

MarkOates commented 3 years ago

A lot of the *_func methods in Screen and Screens should have the ALLEGRO_EVENT* as a parameter. Right now, still most of them are using the old way, which is to try to get the current_event from the Framework.

Two issues related to that:

MarkOates commented 2 years ago

✅ Done