Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ConsoleKeyInfo (char keyChar, ConsoleKey key, bool shift, bool alt, bool control) | |
override bool | Equals ([NotNullWhen(true)] object? value) |
bool | Equals (ConsoleKeyInfo obj) |
override int | GetHashCode () |
bool | Equals (T? other) |
Static Public Member Functions | |
static bool | operator== (ConsoleKeyInfo a, ConsoleKeyInfo b) |
static bool | operator!= (ConsoleKeyInfo a, ConsoleKeyInfo b) |
Properties | |
char | KeyChar [get] |
ConsoleKey | Key [get] |
ConsoleModifiers | Modifiers [get] |
Private Attributes | |
readonly char | _keyChar |
readonly ConsoleKey | _key |
readonly ConsoleModifiers | _mods |
Definition at line 5 of file ConsoleKeyInfo.cs.