C# Class Microsoft.Xna.Framework.Input.KeyboardState

Holds the state of keystrokes by a keyboard.
Afficher le fichier Open project: DeathCradle/Open-Terraria-API Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty Keys[]

Méthodes publiques

Méthode Description
GetPressedKeys ( ) : Keys[]
IsKeyDown ( Keys key ) : bool

Method Details

GetPressedKeys() public méthode

public GetPressedKeys ( ) : Keys[]
Résultat Keys[]

IsKeyDown() public méthode

public IsKeyDown ( Keys key ) : bool
key Keys
Résultat bool

Property Details

Empty public_oe static_oe property

public static Keys[] Empty
Résultat Keys[]