Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ConsoleKeyInfo Struct Reference

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
 

Detailed Description

Definition at line 5 of file ConsoleKeyInfo.cs.


The documentation for this struct was generated from the following file: