Lysa  0.0
Lysa 3D Engine
RenderingWindowEvent Struct Reference

Detailed Description

Rendering window events data

Static Public Attributes

static const event_type READY {"RENDERING_WINDOW_READY"}
 The window is ready to be shown. More...
 
static const event_type CLOSING {"RENDERING_WINDOW_CLOSING"}
 The window is about to close. More...
 
static const event_type INPUT {"RENDERING_WINDOW_INPUT"}
 User input. More...
 

Member Data Documentation

const event_type CLOSING {"RENDERING_WINDOW_CLOSING"}
inlinestatic

The window is about to close.

const event_type INPUT {"RENDERING_WINDOW_INPUT"}
inlinestatic

User input.

const event_type READY {"RENDERING_WINDOW_READY"}
inlinestatic

The window is ready to be shown.