Searched defs:sdl2_console (Results 1 – 2 of 2) sorted by relevance
29 struct sdl2_console { struct30 DisplayGLCtx dgc;31 DisplayChangeListener dcl;32 DisplaySurface *surface;33 DisplayOptions *opts;57 void sdl2_window_create(struct sdl2_console *scon); argument
38 static struct sdl2_console *sdl2_console; variable