C# 클래스 DotNES.Core.KeyboardController

상속: Controller
파일 보기 프로젝트 열기: brandonpelfrey/dotnes

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_PLAYER_ONE_CONTROLLER Controller
DEFAULT_PLAYER_TWO_CONTROLLER Controller

공개 메소드들

메소드 설명
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

메소드 상세

KeyboardController() 공개 메소드

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
리턴 System

getA() 공개 메소드

public getA ( ) : bool
리턴 bool

getB() 공개 메소드

public getB ( ) : bool
리턴 bool

getDown() 공개 메소드

public getDown ( ) : bool
리턴 bool

getLeft() 공개 메소드

public getLeft ( ) : bool
리턴 bool

getRight() 공개 메소드

public getRight ( ) : bool
리턴 bool

getSelect() 공개 메소드

public getSelect ( ) : bool
리턴 bool

getStart() 공개 메소드

public getStart ( ) : bool
리턴 bool

getUp() 공개 메소드

public getUp ( ) : bool
리턴 bool

프로퍼티 상세

DEFAULT_PLAYER_ONE_CONTROLLER 공개적으로 정적으로 프로퍼티

public static Controller DEFAULT_PLAYER_ONE_CONTROLLER
리턴 Controller

DEFAULT_PLAYER_TWO_CONTROLLER 공개적으로 정적으로 프로퍼티

public static Controller DEFAULT_PLAYER_TWO_CONTROLLER
리턴 Controller