C# Class DotNES.Core.KeyboardController

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

Méthodes publiques

Свойство Type Description
DEFAULT_PLAYER_ONE_CONTROLLER Controller
DEFAULT_PLAYER_TWO_CONTROLLER Controller

Méthodes publiques

Méthode Description
KeyboardController ( Keys a, Keys b, Keys select, Keys start, Keys up, Keys down, Keys left, Keys right ) : System
getA ( ) : bool
getB ( ) : bool
getDown ( ) : bool
getLeft ( ) : bool
getRight ( ) : bool
getSelect ( ) : bool
getStart ( ) : bool
getUp ( ) : bool

Method Details

KeyboardController() public méthode

public KeyboardController ( Keys a, Keys b, Keys select, Keys start, Keys up, Keys down, Keys left, Keys right ) : System
a Keys
b Keys
select Keys
start Keys
up Keys
down Keys
left Keys
right Keys
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

Property Details

DEFAULT_PLAYER_ONE_CONTROLLER public_oe static_oe property

public static Controller DEFAULT_PLAYER_ONE_CONTROLLER
Résultat Controller

DEFAULT_PLAYER_TWO_CONTROLLER public_oe static_oe property

public static Controller DEFAULT_PLAYER_TWO_CONTROLLER
Résultat Controller