terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ KeyInfo() [2/3]

InControl.KeyInfo.KeyInfo ( Key key,
string name,
string macName,
params KeyCode[] keyCodes )
inlineprivate

Definition at line 20 of file KeyInfo.cs.

21 {
22 this.key = key;
26 }
class f__AnonymousType0<< Count > j__TPar
readonly KeyCode[] keyCodes
Definition KeyInfo.cs:112
readonly string macName
Definition KeyInfo.cs:109
readonly string name
Definition KeyInfo.cs:106
readonly Key key
Definition KeyInfo.cs:103

References j__TPar, InControl.KeyInfo.key, InControl.KeyInfo.keyCodes, InControl.KeyInfo.macName, and InControl.KeyInfo.name.