56 uint16_t interval_ms);
Create the window without a title bar or borders.
Create the window without showing it - for exercising this backend headlessly (CI, no display server) with a real window/event loop behind it.
dev_sdl_flags_t
Flags for SDL display creation.
Open the window fullscreen.
struct pix_display_t pix_display_t
Opaque display descriptor.
pix_format_t
Pixel format enumeration defining color depth and layout.
Size structure representing width and height dimensions.
Center the window - the default position is otherwise platform-defined.
pix_display_t * dev_sdl_init(const char *title, pix_size_t size, pix_format_t format, dev_sdl_flags_t flags, uint16_t interval_ms)
Initialize an SDL-backed display.