Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode()

override int System.ConsoleKeyInfo.GetHashCode ( )
inline

Definition at line 70 of file ConsoleKeyInfo.cs.

71 {
72 return _keyChar | ((int)_key << 16) | ((int)_mods << 24);
73 }
readonly ConsoleModifiers _mods
readonly ConsoleKey _key
readonly char _keyChar

References System.ConsoleKeyInfo._key, System.ConsoleKeyInfo._keyChar, and System.ConsoleKeyInfo._mods.