C# Class Afterglow.Input.Xna.XnaInputExtensions

Contains extensions methods specific to Xna input.
Mostra file Open project: Christof/afterglow

Public Methods

Method Description
ToXna ( this button ) : Keys

Gets the corresponding Keys of the button.

Method Details

ToXna() public static method

Gets the corresponding Keys of the button.
public static ToXna ( this button ) : Keys
button this The button.
return Keys