C# 클래스 Sharpex2D.Input.KeyboardState

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

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

A value indicating whether the key is pressed.

비공개 메소드들

메소드 설명
KeyboardState ( bool>.Dictionary reference ) : System.Collections.Generic

Initializes a new KeyState class.

메소드 상세

IsPressed() 공개 메소드

A value indicating whether the key is pressed.
public IsPressed ( Keys key ) : bool
key Keys The Key.
리턴 bool