C# 클래스 tsg_Wrapper, gunpowder

파일 보기 프로젝트 열기: calebhc/gunpowder

공개 메소드들

메소드 설명
GetAxis ( string axis ) : float
GetButton ( string buttonName ) : bool
GetButtonUp ( string buttonName, int uniquIdentifier ) : bool
GetKey ( string keyName ) : bool
GetKeyUp ( string keyName, int uniquIdentifier ) : bool
KeyboardEvent ( string keyName, int uniquIdentifier ) : bool
ResetPressList ( ) : void

메소드 상세

GetAxis() 공개 메소드

public GetAxis ( string axis ) : float
axis string
리턴 float

GetButton() 공개 메소드

public GetButton ( string buttonName ) : bool
buttonName string
리턴 bool

GetButtonUp() 공개 메소드

public GetButtonUp ( string buttonName, int uniquIdentifier ) : bool
buttonName string
uniquIdentifier int
리턴 bool

GetKey() 공개 메소드

public GetKey ( string keyName ) : bool
keyName string
리턴 bool

GetKeyUp() 공개 메소드

public GetKeyUp ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
리턴 bool

KeyboardEvent() 공개 메소드

public KeyboardEvent ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
리턴 bool

ResetPressList() 공개 메소드

public ResetPressList ( ) : void
리턴 void