PurpleKingdomGames/roguelike-starterkit

WindowManagerEvent to open / add a window

Closed this issue · 0 comments

First I need to split adding a window up into registering and opening. Windows are always registered, and you can then open and close them. You can't add new windows dynamically for now. It's all to do with the type params.

Then opening a window is the same as closing it, just an event with an ID and maybe a start position.