obscurelyme / CoffeeMaker

A warm and fuzzy 2D Game Engine
GNU Lesser General Public License v2.1
7 stars 0 forks source link

[CoffeeMaker] Utility Window #83

Closed obscurelyme closed 2 years ago

obscurelyme commented 2 years ago

Engine needs a utility window that first opens, is presented, and then proceeds to grab display information. Then it can close and reopen the final game window. This is because of the nature of SDL2, in order to see what kind of display we are dealing with we first need to have a window open.