SDL2Video

Undocumented in source.

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;
Undocumented in source.
renderer
SDL_Renderer* renderer;
Undocumented in source.
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
uint 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