terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.WindowsConsoleDriver Class Reference
+ Inheritance diagram for System.WindowsConsoleDriver:
+ Collaboration diagram for System.WindowsConsoleDriver:

Public Member Functions

 WindowsConsoleDriver ()
 
void Clear ()
 
string ReadLine ()
 
global::System.ConsoleKeyInfo ReadKey (bool intercept)
 

Private Member Functions

static global::System.IntPtr GetStdHandle (global::System.Handles handle)
 
static bool GetConsoleScreenBufferInfo (global::System.IntPtr handle, out global::System.ConsoleScreenBufferInfo info)
 
static bool FillConsoleOutputCharacter (global::System.IntPtr handle, char c, int size, global::System.Coord coord, out int written)
 
static bool FillConsoleOutputAttribute (global::System.IntPtr handle, short c, int size, global::System.Coord coord, out int written)
 
static bool SetConsoleCursorPosition (global::System.IntPtr handle, global::System.Coord coord)
 
static bool ReadConsoleInput (global::System.IntPtr handle, out global::System.InputRecord record, int length, out int nread)
 

Static Private Member Functions

static bool IsModifierKey (short virtualKeyCode)
 

Private Attributes

global::System.IntPtr inputHandle
 
global::System.IntPtr outputHandle
 
short defaultAttribute
 

Detailed Description

Definition at line 10 of file WindowsConsoleDriver.cs.


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