C# Class PerformanceMeasuring.GameDebugTools.KeyboardUtils.CharPair

Character pair class that holds normal character and character with shift key pressed.
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

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

Méthodes publiques

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

Method Details

CharPair() public méthode

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

Property Details

NormalChar public_oe property

public char NormalChar
Résultat char

ShiftChar public_oe property

public Nullable ShiftChar
Résultat Nullable