C# Class Dabrorius.MonoPunk.Input

Afficher le fichier Open project: dabrorius/MonoPunk

Méthodes publiques

Méthode Description
Check ( Keys key ) : bool
Pressed ( Keys key ) : bool
Released ( Keys key ) : bool

Private Methods

Méthode Description
SaveOldKeyboardInput ( ) : void
UpdateKeyboardInput ( ) : void

Method Details

Check() public static méthode

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

Pressed() public static méthode

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

Released() public static méthode

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