C# Class Afterglow.Input.Xna.XnaKeyboard

Keyboard implementation with Xna.
Inheritance: InputDeviceBase
显示文件 Open project: Christof/afterglow

Public Methods

Method Description
Update ( ) : void

Updates the input device.

Method Details

Update() public method

Updates the input device.
public Update ( ) : void
return void