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

Triggered by pressing the close button on a G3D::GuiWindow. More...

Public Attributes

const OSWindowosWindow
 The current window for this event. More...
 
uint8 type
 GUI_CLOSE. More...
 
class GuiWindowwindow
 The GuiWindow that was closed. More...
 

Detailed Description

Triggered by pressing the close button on a G3D::GuiWindow.

Member Data Documentation

◆ osWindow

const OSWindow* G3D::GuiCloseEvent::osWindow

The current window for this event.

◆ type

uint8 G3D::GuiCloseEvent::type

GUI_CLOSE.

◆ window

class GuiWindow* G3D::GuiCloseEvent::window

The GuiWindow that was closed.

This may be an intentionally dangling pointer if the application was not holding its own shared_ptr to the window.


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