C# Class MilkShakeFramework.IO.Input.Devices.KeyboardInput

Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Méthode Description
UpdateEnd ( ) : void
UpdateStart ( ) : void
currentKeysPressed ( ) : Keys[]
isKeyDown ( Keys key ) : bool
isKeyPressed ( Keys key ) : bool
isKeyReleased ( Keys key ) : bool
isKeyUp ( Keys key ) : bool

Method Details

UpdateEnd() public static méthode

public static UpdateEnd ( ) : void
Résultat void

UpdateStart() public static méthode

public static UpdateStart ( ) : void
Résultat void

currentKeysPressed() public static méthode

public static currentKeysPressed ( ) : Keys[]
Résultat Keys[]

isKeyDown() public static méthode

public static isKeyDown ( Keys key ) : bool
key Keys
Résultat bool

isKeyPressed() public static méthode

public static isKeyPressed ( Keys key ) : bool
key Keys
Résultat bool

isKeyReleased() public static méthode

public static isKeyReleased ( Keys key ) : bool
key Keys
Résultat bool

isKeyUp() public static méthode

public static isKeyUp ( Keys key ) : bool
key Keys
Résultat bool