evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Game.onWindowResize
evael
core
Game
Game
Event called on window resize action.
class
Game
extern (
C
) nothrow
void
onWindowResize
(
GLFWwindow
*
window
,
int
width
,
int
height
)
Meta
Source
See Implementation
evael
core
Game
Game
constructors
this
functions
addEvent
addScheduledTask
dispose
fixedUpdate
onKey
onMouseWheel
onText
onWindowClose
onWindowResize
pollEvents
run
setCursor
setGameState
update
properties
assetLoader
currentGameState
deltaTime
entityManager
graphicsDevice
guiManager
i18n
inputHandler
maxFrameSkip
running
tickrate
window
Event called on window resize action.