IKeyboardInput Methods |
The IKeyboardInput type exposes the following members.
Name | Description | |
---|---|---|
GetTextInput |
Get textual input from keyboard.
If user enter keys it will push them into string, if delete or backspace will remove chars, etc.
This also handles keyboard cooldown, to make it feel like windows-input.
| |
Update |
Update input (called every frame).
|