C# Class DotNES.Core.FM2TASController

Inheritance: Controller
Exibir arquivo Open project: brandonpelfrey/dotnes

Public Methods

Method 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

Method Description
getPressedKeys ( ) : byte

Method Details

FM2TASController() public method

public FM2TASController ( string fm2Path, int playerNumber, NESConsole console ) : System
fm2Path string
playerNumber int
console NESConsole
return System

getA() public method

public getA ( ) : bool
return bool

getB() public method

public getB ( ) : bool
return bool

getDown() public method

public getDown ( ) : bool
return bool

getLeft() public method

public getLeft ( ) : bool
return bool

getRight() public method

public getRight ( ) : bool
return bool

getSelect() public method

public getSelect ( ) : bool
return bool

getStart() public method

public getStart ( ) : bool
return bool

getUp() public method

public getUp ( ) : bool
return bool