SDL2Video

Video implementation backed by SDL2Renderer.

Members

Functions

getRenderer
Renderer getRenderer()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SDL2CommonVideo

getScreenSize
void getScreenSize(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
window
SDL_Window* window;

SDL window object.

renderer
SDL_Renderer* renderer;

SDL renderer object.

initializeVideoInRenderThread
bool initializeVideoInRenderThread [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getSDLFlags
uint getSDLFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
getRendererFlags
SDL_RendererFlags getRendererFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
void prepare()
Undocumented in source. Be warned that the author may not have intended to support it.
screenWidth
uint screenWidth;
screenHeight
uint screenHeight;
Undocumented in source.
initMain
void initMain(Application application)

Main thread initialization.

initVary
void initVary()

Main/render thread initialization (depends on InitializeVideoInRenderThread).

doneVary
void doneVary()

Main/render thread finalization (depends on InitializeVideoInRenderThread).

doneMain
void doneMain()

Main thread finalization.

Meta