SDL display interface. More...
#include <picofuse/pix.h>

Go to the source code of this file.
Enumerations | |
| enum | dev_sdl_flags_t { dev_sdl_none = 0, dev_sdl_fullscreen = 1 << 0, dev_sdl_borderless = 1 << 1, dev_sdl_centered = 1 << 2, dev_sdl_hidden = 1 << 3 } |
| Flags for SDL display creation. More... | |
Functions | |
Lifecycle | |
| 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. More... | |
SDL display interface.
Definition in file sdl.h.