Documentation

Display::SetSize

Function

void Display::SetSize(int width, int height)

Sets the size of the game's display.

int width

int height

void Display::SetSize(const vec2&in size)

Sets the size of the game's display.

vec2 size