terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Static Public Member Functions | |
static | KeyInfo () |
Static Public Attributes | |
static readonly KeyInfo[] | KeyList |
Properties | |
bool | IsPressed [get, set] |
string | Name [get, set] |
Key | Key [get, set] |
Private Member Functions | |
KeyInfo (Key key, string name, params KeyCode[] keyCodes) | |
KeyInfo (Key key, string name, string macName, params KeyCode[] keyCodes) | |
Private Attributes | |
readonly Key | key |
readonly string | name |
readonly string | macName |
readonly KeyCode[] | keyCodes |
Definition at line 9 of file KeyInfo.cs.