voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
WindowResizedEvent
voxelman
core
events
Undocumented in source.
struct
WindowResizedEvent {
uvec2
newSize
;
Profiler
profiler
;
bool
continuePropagation
;
}
Members
Variables
continuePropagation
bool
continuePropagation
;
Undocumented in source.
newSize
uvec2
newSize
;
Undocumented in source.
profiler
Profiler
profiler
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
core
events
structs
GameStartEvent
GameStopEvent
PostUpdateEvent
PreUpdateEvent
Render1Event
Render2Event
Render3Event
RenderEvent
UpdateEvent
WindowResizedEvent