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

◆ ReadKey()

ConsoleKeyInfo System.TermInfoDriver.ReadKey ( bool intercept)
inline

Implements System.IConsoleDriver.

Definition at line 461 of file TermInfoDriver.cs.

462 {
464 this.Echo(consoleKeyInfo);
465 int num = this.echon;
466 if (num != 0)
467 {
469 char[] array = this.echobuf;
470 cstreamWriter.InternalWriteChars(array, num);
471 }
472 return consoleKeyInfo;
473 }
class f__AnonymousType0<< Count > j__TPar
void InternalWriteChars(char[] buffer, int n)
ConsoleKeyInfo ReadKeyInternal([Out] bool fresh)
void Echo(ConsoleKeyInfo key)

References System.array, System.TermInfoDriver.Echo(), System.TermInfoDriver.echobuf, System.TermInfoDriver.echon, System.IO.CStreamWriter.InternalWriteChars(), j__TPar, System.TermInfoDriver.ReadKeyInternal(), and System.TermInfoDriver.stdout.