WindowSizeEvent

The Window size Event structure.

struct WindowSizeEvent {}

Members

Variables

height
int height;

The new height

width
int width;

The new width

Meta