terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Definition at line 7 of file WindowsConsoleDriver.cs.