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

◆ WindowTop

int System.ConsolePal.WindowTop
staticgetset

Definition at line 449 of file ConsolePal.cs.

450 {
451 get
452 {
453 return GetBufferInfo().srWindow.Top;
454 }
455 set
456 {
458 }
459 }
static unsafe void SetWindowPosition(int left, int top)
static global::Interop.Kernel32.CONSOLE_SCREEN_BUFFER_INFO GetBufferInfo()
static int WindowLeft