C# 클래스 FreePIE.Core.Plugins.JoystickGlobal

파일 보기 프로젝트 열기: AndersMalmgren/FreePIE

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
JoystickGlobal ( Device device ) : System
getDown ( int button ) : bool
getPressed ( int button ) : bool
setRange ( int lowerRange, int upperRange ) : void

메소드 상세

JoystickGlobal() 공개 메소드

public JoystickGlobal ( Device device ) : System
device Device
리턴 System

getDown() 공개 메소드

public getDown ( int button ) : bool
button int
리턴 bool

getPressed() 공개 메소드

public getPressed ( int button ) : bool
button int
리턴 bool

setRange() 공개 메소드

public setRange ( int lowerRange, int upperRange ) : void
lowerRange int
upperRange int
리턴 void