C# Class Afterglow.Input.Xna.XnaInputExtensions

Contains extensions methods specific to Xna input.
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
ToXna ( this button ) : Keys

Gets the corresponding Keys of the button.

Method Details

ToXna() public static méthode

Gets the corresponding Keys of the button.
public static ToXna ( this button ) : Keys
button this The button.
Résultat Keys