C# 클래스 Sharpex2D.Input.Implementation.Keyboard

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

공개 메소드들

메소드 설명
GetState ( ) : KeyboardState

Gets the KeyboardState.

Initialize ( ) : void

Initializes the input.

Keyboard ( ) : System.Collections.Generic

Initializes a new Keyboard class.

Update ( GameTime gameTime ) : void

Updates the object.

비공개 메소드들

메소드 설명
GetKeyState ( Keys key ) : bool

Gets the key state.

메소드 상세

GetState() 공개 메소드

Gets the KeyboardState.
public GetState ( ) : KeyboardState
리턴 KeyboardState

Initialize() 공개 메소드

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

Keyboard() 공개 메소드

Initializes a new Keyboard class.
public Keyboard ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

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