C# Class BlisterUI.Input.KeyboardManager

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Protected Properties

Свойство Type Description
cKS Microsoft.Xna.Framework.Input.KeyboardState

Méthodes publiques

Méthode Description
IsKeyJustPressed ( Keys key ) : bool
IsKeyJustReleased ( Keys key ) : bool
Refresh ( ) : void

Private Methods

Méthode Description
KeyboardManager ( ) : System

Method Details

IsKeyJustPressed() public méthode

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

IsKeyJustReleased() public méthode

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

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Property Details

cKS protected_oe property

protected KeyboardState,Microsoft.Xna.Framework.Input cKS
Résultat Microsoft.Xna.Framework.Input.KeyboardState