C# 클래스 PlatformerPOC.Helpers.KeyboardUtils

Helper class for keyboard input.
파일 보기 프로젝트 열기: bramdemoor/MonoGame-PlatformerPOC 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
shitKeyPressed bool Is shift key pressed?
character char Converted character from key input.
리턴 bool