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

Implements abstract Game Pad State
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
GamePadStateBase ( )

Initializes a new instance of the GamePadStateBase class.

Update ( int gamePadIndex ) : void

Updates this instance.

메소드 상세

GamePadStateBase() 공개 메소드

Initializes a new instance of the GamePadStateBase class.
public GamePadStateBase ( )

Update() 공개 추상적인 메소드

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