C# Class DotNES.Core.FM2TASController

Inheritance: Controller
Afficher le fichier Open project: brandonpelfrey/dotnes

Méthodes publiques

Méthode Description
FM2TASController ( string fm2Path, int playerNumber, NESConsole console ) : System
getA ( ) : bool
getB ( ) : bool
getDown ( ) : bool
getLeft ( ) : bool
getRight ( ) : bool
getSelect ( ) : bool
getStart ( ) : bool
getUp ( ) : bool

Private Methods

Méthode Description
getPressedKeys ( ) : byte

Method Details

FM2TASController() public méthode

public FM2TASController ( string fm2Path, int playerNumber, NESConsole console ) : System
fm2Path string
playerNumber int
console NESConsole
Résultat System

getA() public méthode

public getA ( ) : bool
Résultat bool

getB() public méthode

public getB ( ) : bool
Résultat bool

getDown() public méthode

public getDown ( ) : bool
Résultat bool

getLeft() public méthode

public getLeft ( ) : bool
Résultat bool

getRight() public méthode

public getRight ( ) : bool
Résultat bool

getSelect() public méthode

public getSelect ( ) : bool
Résultat bool

getStart() public méthode

public getStart ( ) : bool
Résultat bool

getUp() public méthode

public getUp ( ) : bool
Résultat bool