InputSystem

Global input system for keyboard events

Properties

Name Type Description

Functions

Name Returns Description
GetKeyDownBooleanReturns true during the frame the user starts pressing down the key identified by keyName
GetKeyUpBooleanReturns true during the frame the user releases the key identified by keyName
GetKeyBooleanReturns true while the user holds down the key identified by keyName

Events

Name Description
KeyDownFired when any key is pressed, returns the key name as a string
KeyUpFired when any key is released, returns the key name as a string