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
System.WindowsConsoleDriver Class Reference
+ Inheritance diagram for System.WindowsConsoleDriver:

Public Member Functions

 WindowsConsoleDriver ()
 
void Clear ()
 
string ReadLine ()
 
ConsoleKeyInfo ReadKey (bool intercept)
 

Private Member Functions

static IntPtr GetStdHandle (Handles handle)
 
static bool GetConsoleScreenBufferInfo (IntPtr handle, [Out] ConsoleScreenBufferInfo info)
 
static bool FillConsoleOutputCharacter (IntPtr handle, char c, int size, Coord coord, [Out] int written)
 
static bool FillConsoleOutputAttribute (IntPtr handle, short c, int size, Coord coord, [Out] int written)
 
static bool SetConsoleCursorPosition (IntPtr handle, Coord coord)
 
static bool ReadConsoleInput (IntPtr handle, [Out] InputRecord record, int length, [Out] int nread)
 

Static Private Member Functions

static bool IsModifierKey (short virtualKeyCode)
 

Private Attributes

IntPtr inputHandle
 
IntPtr outputHandle
 
short defaultAttribute
 

Detailed Description

Definition at line 7 of file WindowsConsoleDriver.cs.


The documentation for this class was generated from the following file: