Method | Description | |
---|---|---|
KeyToString ( Keys key, bool shitKeyPressed, char &character ) : bool |
Gets a character from key information.
|
Method | Description | |
---|---|---|
AddKeyMap ( Keys key, string charPair ) : void |
Added key and character map.
|
|
InitializeKeyMap ( ) : void |
Initialize character map.
|
|
KeyboardUtils ( ) : System |
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. |
return | bool |