getInput
This function is only accessible in a component function
getInput is a useful fucntion for your component if you want to check if player do something with the keyboard or mouse click.
To check this there is 4 functions :
getKey()
getKeyDown()
getKeyUp()
getAxis()
How to use these functions ?
Last updated