C# Class NES.Joypads

Afficher le fichier Open project: mrmikey/nes Class Usage Examples

Méthodes publiques

Свойство Type Description
Keys int[]

Méthodes publiques

Méthode Description
Deinitialise ( ) : void
Initialise ( ) : void
IsPressed ( Key Key ) : bool
Joypads ( ) : System
Read ( int joyNo ) : byte
Write ( int joyNo, int val ) : void

Private Methods

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

Method Details

Deinitialise() public méthode

public Deinitialise ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( ) : void
Résultat void

IsPressed() public méthode

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

Joypads() public méthode

public Joypads ( ) : System
Résultat System

Read() public méthode

public Read ( int joyNo ) : byte
joyNo int
Résultat byte

Write() public méthode

public Write ( int joyNo, int val ) : void
joyNo int
val int
Résultat void

Property Details

Keys public_oe property

public int[] Keys
Résultat int[]