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

◆ IsSpecialKey() [1/2]

bool System.TermInfoDriver.IsSpecialKey ( char c)
inline

Definition at line 215 of file TermInfoDriver.cs.

216 {
217 long num = 0L;
218 ConsoleKeyInfo consoleKeyInfo = this.CreateKeyInfoFromInt((int)c, num != 0L);
219 return this.IsSpecialKey(consoleKeyInfo);
220 }
class f__AnonymousType0<< Count > j__TPar
ConsoleKeyInfo CreateKeyInfoFromInt(int n, bool alt)
bool IsSpecialKey(ConsoleKeyInfo key)

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