pp ~master (2018-05-25T20:29:15Z)
Dub
Repo
GameEventSystem
polyplex
core
events
class
GameEventSystem {
Event
OnWindowSizeChanged
;
Event
OnExitRequested
;
void
Update
()
;
}
Members
Functions
Update
void
Update
()
<BACKEND> Update essential things like handling game exit and resizing.
Meta
Source
See Implementation
polyplex
core
events
classes
GameEventSystem