Defines the IWindowManager interface for managing SDL windows and renderers in ASAPCabinetFE. More...
#include <SDL2/SDL.h>
#include "config/settings.h"
Go to the source code of this file.
Classes | |
class | IWindowManager |
Interface for managing SDL windows and renderers. More... | |
Defines the IWindowManager interface for managing SDL windows and renderers in ASAPCabinetFE.
This header provides the IWindowManager interface, which specifies methods for accessing and managing SDL windows and renderers for the playfield, backglass, and DMD displays. It supports updating window configurations and retrieving window positions based on application settings.