C# Class PlatformerPOC.Helpers.KeyboardUtils.CharPair

Character pair class that holds normal character and character with shift key pressed.
Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC

Méthodes publiques

Свойство Type Description
NormalChar char
ShiftChar char?

Méthodes publiques

Méthode Description
CharPair ( char normalChar, char shiftChar ) : System

Method Details

CharPair() public méthode

public CharPair ( char normalChar, char shiftChar ) : System
normalChar char
shiftChar char
Résultat System

Property Details

NormalChar public_oe property

public char NormalChar
Résultat char

ShiftChar public_oe property

public char? ShiftChar
Résultat char?