Click or drag to resize
IKeyboardInputUpdate Method
Update input (called every frame).

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Update(
	GameTime gameTime
)

Parameters

gameTime
Type: GameTime
Update frame game time.
See Also