Click or drag to resize
IKeyboardInput Methods

The IKeyboardInput type exposes the following members.

Methods
  NameDescription
Public methodGetTextInput
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.
Public methodUpdate
Update input (called every frame).
Top
See Also