Click or drag to resize
IKeyboardInput Interface
Define the interface GeonBit.UI uses to get keyboard and typing input from users.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IKeyboardInput

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