Support Forum G3D Web Page |
The "window resized" event When you get this event, you are responsible for setting a new video mode with the new width and height. More...
Public Attributes | |
int | h |
New height. More... | |
const OSWindow * | osWindow |
The current window for this event. More... | |
uint8 | type |
GEventType::VIDEORESIZE. More... | |
int | w |
New width. More... | |
The "window resized" event When you get this event, you are responsible for setting a new video mode with the new width and height.
int G3D::ResizeEvent::h |
New height.
const OSWindow* G3D::ResizeEvent::osWindow |
The current window for this event.
uint8 G3D::ResizeEvent::type |
GEventType::VIDEORESIZE.
int G3D::ResizeEvent::w |
New width.