C# Class XnaConsole.KeyBinding

Mostrar archivo Open project: WCell/WCell-Terrain

Public Properties

Property Type Description
AltString string
Key Keys
ShiftAltString string
ShiftString string
UnmodifiedString string

Public Methods

Method Description
KeyBinding ( Keys key, string unmodifiedString, string shiftString, string altString, string shiftAltString ) : System

Method Details

KeyBinding() public method

public KeyBinding ( Keys key, string unmodifiedString, string shiftString, string altString, string shiftAltString ) : System
key Keys
unmodifiedString string
shiftString string
altString string
shiftAltString string
return System

Property Details

AltString public_oe property

public string AltString
return string

Key public_oe property

public Keys Key
return Keys

ShiftAltString public_oe property

public string ShiftAltString
return string

ShiftString public_oe property

public string ShiftString
return string

UnmodifiedString public_oe property

public string UnmodifiedString
return string