C# Class MonoGdx.KeyboardUtils

Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
KeyToChar ( Keys key, bool shitKeyPressed, char &character ) : bool

Private Methods

Méthode Description
AddKeyMap ( Keys key, string charPair ) : void
InitializeKeyMap ( ) : void
KeyboardUtils ( ) : System

Method Details

KeyToChar() public static méthode

public static KeyToChar ( Keys key, bool shitKeyPressed, char &character ) : bool
key Keys
shitKeyPressed bool
character char
Résultat bool