C# Class Clandestine.Keyboard

Mostra file Open project: mrmikey/nes

Public Methods

Method Description
Deinitialise ( ) : void
Initialise ( ) : void

Call Graphics.Initialise() before this.

IsPressed ( Key Key ) : bool

Private Methods

Method Description
glfwKeyFun ( int keyValue, int down ) : void

Method Details

Deinitialise() public static method

public static Deinitialise ( ) : void
return void

Initialise() public static method

Call Graphics.Initialise() before this.
public static Initialise ( ) : void
return void

IsPressed() public static method

public static IsPressed ( Key Key ) : bool
Key Key
return bool