C# Class PlatformerPOC.Helpers.KeyboardUtils.CharPair

Character pair class that holds normal character and character with shift key pressed.
显示文件 Open project: bramdemoor/MonoGame-PlatformerPOC

Public Properties

Property Type Description
NormalChar char
ShiftChar char?

Public Methods

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

Method Details

CharPair() public method

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

Property Details

NormalChar public_oe property

public char NormalChar
return char

ShiftChar public_oe property

public char? ShiftChar
return char?