Modifier and Type | Field and Description |
---|---|
Kernel32.COORD |
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.cursorPosition |
Kernel32.COORD |
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.maximumWindowSize |
Kernel32.COORD |
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.size |
Modifier and Type | Method and Description |
---|---|
Kernel32.COORD |
Kernel32.COORD.copy() |
Modifier and Type | Method and Description |
---|---|
static int |
Kernel32.FillConsoleOutputCharacterW(long consoleOutput,
char character,
int length,
Kernel32.COORD writeCoord,
int[] numberOfCharsWritten)
see: http://msdn.microsoft.com/en-us/library/ms682663%28VS.85%29.aspx
|
static int |
Kernel32.SetConsoleCursorPosition(long consoleOutput,
Kernel32.COORD cursorPosition)
http://msdn.microsoft.com/en-us/library/ms686025%28VS.85%29.aspx
|
Copyright © 2009-2015 FuseSource, Corp.. All Rights Reserved.