Closed MarkOates closed 2 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.
*_func
Screen
Screens
ALLEGRO_EVENT*
current_event
Framework
Two issues related to that:
✅ Done
A lot of the
*_func
methods inScreen
andScreens
should have theALLEGRO_EVENT*
as a parameter. Right now, still most of them are using the old way, which is to try to get thecurrent_event
from theFramework
.Two issues related to that: