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

◆ WriteSpecialKey() [1/2]

void System.TermInfoDriver.WriteSpecialKey ( char c)
inline

Definition at line 193 of file TermInfoDriver.cs.

194 {
195 long num = 0L;
196 ConsoleKeyInfo consoleKeyInfo = this.CreateKeyInfoFromInt((int)c, num != 0L);
197 this.WriteSpecialKey(consoleKeyInfo);
198 }
class f__AnonymousType0<< Count > j__TPar
ConsoleKeyInfo CreateKeyInfoFromInt(int n, bool alt)
void WriteSpecialKey(ConsoleKeyInfo key)

References System.TermInfoDriver.CreateKeyInfoFromInt(), j__TPar, System.L, and System.TermInfoDriver.WriteSpecialKey().