Defines the ScreenshotWindow class for managing the screenshot UI window in ASAPCabinetFE. More...
#include <string>
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
Go to the source code of this file.
Classes | |
class | ScreenshotWindow |
Manages the SDL window for screenshot capture UI. More... | |
Defines the ScreenshotWindow class for managing the screenshot UI window in ASAPCabinetFE.
This header provides the ScreenshotWindow class, which creates and manages an SDL window for the screenshot capture UI. It handles rendering, user input, and cleanup, integrating with IConfigService for settings and IKeybindProvider for keybindings.