C# Class NesHd.Core.Input.Zapper

Afficher le fichier Open project: afonsof/nes-hd Class Usage Examples

Méthodes publiques

Méthode Description
GetData ( ) : byte
PullTrigger ( bool pull, int x, int y ) : void
SetDetect ( int V ) : void
Zapper ( NesEngine engine )

Method Details

GetData() public méthode

public GetData ( ) : byte
Résultat byte

PullTrigger() public méthode

public PullTrigger ( bool pull, int x, int y ) : void
pull bool
x int
y int
Résultat void

SetDetect() public méthode

public SetDetect ( int V ) : void
V int
Résultat void

Zapper() public méthode

public Zapper ( NesEngine engine )
engine NesEngine