Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BufferWidth

int System.ConsolePal.BufferWidth
staticgetset

Definition at line 409 of file ConsolePal.cs.

410 {
411 get
412 {
413 return GetBufferInfo().dwSize.X;
414 }
415 set
416 {
418 }
419 }
static void SetBufferSize(int width, int height)
static int BufferHeight
static global::Interop.Kernel32.CONSOLE_SCREEN_BUFFER_INFO GetBufferInfo()