oa::Window

Window class in the OA Core public surface.

Public Methods

int oa::Window::drawableHeightPx()
int oa::Window::drawableWidthPx()
bool oa::Window::pumpEvents(bool & outShouldQuit)
void oa::Window::setResizeCallback(WindowResizeFn inFn, void * inUserData)

Constructor & Destructor Documentation

void oa::Window::~Window()
No public source comment is attached to this declaration.

Public Method Documentation

int oa::Window::drawableHeightPx()
No public source comment is attached to this declaration.

Returns

int

The declared return value.

int oa::Window::drawableWidthPx()
No public source comment is attached to this declaration.

Returns

int

The declared return value.

bool oa::Window::pumpEvents( bool & outShouldQuit )
No public source comment is attached to this declaration.

Parameters

outShouldQuit
bool &

Returns

bool

The declared return value.

void oa::Window::setResizeCallback( WindowResizeFn inFn, void * inUserData )
No public source comment is attached to this declaration.

Parameters

inFn
WindowResizeFn

inUserData
void *

Returns

void

The declared return value.