C# 클래스 Sharpex2D.Input.Implementation.JoystickApi.Joystick

상속: IJoystick
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
GetState ( ) : JoystickState

Gets the State.

Initialize ( ) : void

Initializes the input.

Update ( GameTime gameTime ) : void

Updates the object.

비공개 메소드들

메소드 설명
Try ( uint result ) : void

Trys an MMResult.

메소드 상세

GetState() 공개 메소드

Gets the State.
public GetState ( ) : JoystickState
리턴 JoystickState

Initialize() 공개 메소드

Initializes the input.
public Initialize ( ) : void
리턴 void

Update() 공개 메소드

Updates the object.
public Update ( GameTime gameTime ) : void
gameTime GameTime The GameTime.
리턴 void