C# 클래스 EmptyKeys.UserInterface.Input.FNAGamePadState

Implements FNA specific Game Pad State
상속: GamePadStateBase
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
FNAGamePadState ( ) : System

Initializes a new instance of the FNAGamePadState class.

Update ( int gamePadIndex ) : void

Updates this instance.

메소드 상세

FNAGamePadState() 공개 메소드

Initializes a new instance of the FNAGamePadState class.
public FNAGamePadState ( ) : System
리턴 System

Update() 공개 메소드

Updates this instance.
public Update ( int gamePadIndex ) : void
gamePadIndex int Index of the game pad.
리턴 void