evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Game.onKey
evael
core
Game
Game
Event called on key action.
class
Game
extern (
C
) nothrow
void
onKey
(
GLFWwindow
*
window
,
int
key
,
int
scancode
,
int
action
,
int
mods
)
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 key action.