Support Forum       G3D Web Page     
Public Attributes | List of all members
G3D::ResizeEvent Class Reference

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 OSWindowosWindow
 The current window for this event. More...
 
uint8 type
 GEventType::VIDEORESIZE. More...
 
int w
 New width. More...
 

Detailed Description

The "window resized" event When you get this event, you are responsible for setting a new video mode with the new width and height.

Member Data Documentation

◆ h

int G3D::ResizeEvent::h

New height.

◆ osWindow

const OSWindow* G3D::ResizeEvent::osWindow

The current window for this event.

◆ type

uint8 G3D::ResizeEvent::type

GEventType::VIDEORESIZE.

◆ w

int G3D::ResizeEvent::w

New width.


documentation generated on Wed Nov 24 2021 08:01:59 using doxygen 1.8.15