Uses of Class
xyz.cofe.term.win.WinConsoleRawAPI.COORDbyValue
-
Packages that use WinConsoleRawAPI.COORDbyValue Package Description xyz.cofe.term.win -
-
Uses of WinConsoleRawAPI.COORDbyValue in xyz.cofe.term.win
Methods in xyz.cofe.term.win that return WinConsoleRawAPI.COORDbyValue Modifier and Type Method Description WinConsoleRawAPI.COORDbyValue
WinConsoleRawAPI. GetLargestConsoleWindowSize(com.sun.jna.platform.win32.WinNT.HANDLE outputHandle)
Methods in xyz.cofe.term.win with parameters of type WinConsoleRawAPI.COORDbyValue Modifier and Type Method Description boolean
WinConsoleRawAPI. SetConsoleCursorPosition(com.sun.jna.platform.win32.WinNT.HANDLE hConsoleOutput, WinConsoleRawAPI.COORDbyValue cursorPosition)
boolean
WinConsoleRawAPI. SetConsoleScreenBufferSize(com.sun.jna.platform.win32.WinNT.HANDLE outputHandle, WinConsoleRawAPI.COORDbyValue size)
-