- how do we switch between screens (map/dungeon view and backpack view)?
- how do we prioritize between screens that are visible at the same time? can multiple screens react to the same event?
have the mouse & keyboard functions pass an Event object back (all the way to Main? to GUI?) then from there, the objects can react to the events.
Log in to post a comment.
have the mouse & keyboard functions pass an Event object back (all the way to Main? to GUI?) then from there, the objects can react to the events.