C# Class Clandestine.Keyboard

Afficher le fichier Open project: mrmikey/nes

Méthodes publiques

Méthode Description
Deinitialise ( ) : void
Initialise ( ) : void

Call Graphics.Initialise() before this.

IsPressed ( Key Key ) : bool

Private Methods

Méthode Description
glfwKeyFun ( int keyValue, int down ) : void

Method Details

Deinitialise() public static méthode

public static Deinitialise ( ) : void
Résultat void

Initialise() public static méthode

Call Graphics.Initialise() before this.
public static Initialise ( ) : void
Résultat void

IsPressed() public static méthode

public static IsPressed ( Key Key ) : bool
Key Key
Résultat bool