C# 클래스 GraphicsEngine.Engine.InputStateService

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

공개 메소드들

메소드 설명
InputStateService ( ) : System.Windows.Input
IsKeyDown ( Key thisKey ) : bool
IsKeyToggled ( Key thisKey ) : bool

메소드 상세

InputStateService() 공개 메소드

public InputStateService ( ) : System.Windows.Input
리턴 System.Windows.Input

IsKeyDown() 공개 메소드

public IsKeyDown ( Key thisKey ) : bool
thisKey Key
리턴 bool

IsKeyToggled() 공개 메소드

public IsKeyToggled ( Key thisKey ) : bool
thisKey Key
리턴 bool