C# 클래스 PerformanceMeasuring.GameDebugTools.KeyboardUtils

Hlper class for keyboard input.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
KeyToString ( Keys key, bool shitKeyPressed, char &character ) : bool

Gets a character from key information.

비공개 메소드들

메소드 설명
AddKeyMap ( Keys key, string charPair ) : void

 Added key and character map.

InitializeKeyMap ( ) : void

Initialize character map.

KeyboardUtils ( ) : System

메소드 상세

KeyToString() 공개 정적인 메소드

Gets a character from key information.
public static KeyToString ( Keys key, bool shitKeyPressed, char &character ) : bool
key Keys Pressing key/param> /// Is shitf key pressed?
shitKeyPressed bool
character char Converted character from key input.
리턴 bool