Video

Abstract video driver interface.

Members

Functions

getScreenSize
void getScreenSize(uint width, uint height)

Query the window size that's currently running. This is different from the information in ShellSettings in that it returns the current client area regardless of the screen mode.

shutdown
void shutdown()

Shutdown (de-initialize) video driver. Blocks.

start
void start(Application application)

Start driver (Application dictates settings).

stop
void stop()

Stop driver (may block).

stopAsync
void stopAsync(AppCallback callback)

Stop driver (asynchronous).

Variables

errorCallback
AppCallback errorCallback;

Shell hooks.

Meta