C# Class PerformanceMeasuring.GameDebugTools.KeyboardUtils.CharPair

Character pair class that holds normal character and character with shift key pressed.
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
NormalChar char
ShiftChar Nullable

Public Methods

Method Description
CharPair ( char normalChar, Nullable shiftChar ) : System

Method Details

CharPair() public method

public CharPair ( char normalChar, Nullable shiftChar ) : System
normalChar char
shiftChar Nullable
return System

Property Details

NormalChar public_oe property

public char NormalChar
return char

ShiftChar public_oe property

public Nullable ShiftChar
return Nullable