InputHelper.Update Method

GeonBit.UI

InputHelperUpdate Method
Update current states. If used outside GeonBit.UI, this function should be called first thing inside your game 'Update()' function, and before you make any use of this class.

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

Parameters

gameTime
Type: GameTime
Current game time.
See Also