Uses of Class
org.jline.terminal.impl.jna.win.Kernel32.COORD
-
Packages that use Kernel32.COORD Package Description org.jline.terminal.impl.jna.win -
-
Uses of Kernel32.COORD in org.jline.terminal.impl.jna.win
Fields in org.jline.terminal.impl.jna.win declared as Kernel32.COORD Modifier and Type Field Description Kernel32.COORD
Kernel32.CONSOLE_SCREEN_BUFFER_INFO. dwCursorPosition
Kernel32.COORD
Kernel32.CONSOLE_SCREEN_BUFFER_INFO. dwMaximumWindowSize
Kernel32.COORD
Kernel32.MOUSE_EVENT_RECORD. dwMousePosition
Kernel32.COORD
Kernel32.CONSOLE_SCREEN_BUFFER_INFO. dwSize
Kernel32.COORD
Kernel32.WINDOW_BUFFER_SIZE_RECORD. dwSize
Methods in org.jline.terminal.impl.jna.win with parameters of type Kernel32.COORD Modifier and Type Method Description void
Kernel32. FillConsoleOutputAttribute(com.sun.jna.Pointer in_hConsoleOutput, short in_wAttribute, int in_nLength, Kernel32.COORD in_dwWriteCoord, com.sun.jna.ptr.IntByReference out_lpNumberOfAttrsWritten)
void
Kernel32. FillConsoleOutputCharacter(com.sun.jna.Pointer in_hConsoleOutput, char in_cCharacter, int in_nLength, Kernel32.COORD in_dwWriteCoord, com.sun.jna.ptr.IntByReference out_lpNumberOfCharsWritten)
void
Kernel32. ReadConsoleOutput(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] out_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpReadRegion)
void
Kernel32. ReadConsoleOutputA(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] out_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpReadRegion)
void
Kernel32. ReadConsoleOutputCharacter(com.sun.jna.Pointer in_hConsoleOutput, char[] ouy_lpCharacter, int in_nLength, Kernel32.COORD in_dwReadCoord, com.sun.jna.ptr.IntByReference out_lpNumberOfCharsRead)
void
Kernel32. ReadConsoleOutputCharacterA(com.sun.jna.Pointer in_hConsoleOutput, byte[] ouy_lpCharacter, int in_nLength, Kernel32.COORD in_dwReadCoord, com.sun.jna.ptr.IntByReference out_lpNumberOfCharsRead)
void
Kernel32. ScrollConsoleScreenBuffer(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.SMALL_RECT in_lpScrollRectangle, Kernel32.SMALL_RECT in_lpClipRectangle, Kernel32.COORD in_dwDestinationOrigin, Kernel32.CHAR_INFO in_lpFill)
void
Kernel32. SetConsoleCursorPosition(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.COORD in_dwCursorPosition)
void
Kernel32. SetConsoleScreenBufferSize(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.COORD in_dwSize)
void
Kernel32. WriteConsoleOutput(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] in_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpWriteRegion)
void
Kernel32. WriteConsoleOutputA(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] in_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpWriteRegion)
void
Kernel32. WriteConsoleOutputCharacter(com.sun.jna.Pointer in_hConsoleOutput, char[] in_lpCharacter, int in_nLength, Kernel32.COORD in_dwWriteCoord, com.sun.jna.ptr.IntByReference out_lpNumberOfCharsWritten)
void
Kernel32. WriteConsoleOutputCharacterA(com.sun.jna.Pointer in_hConsoleOutput, byte[] in_lpCharacter, int in_nLength, Kernel32.COORD in_dwWriteCoord, com.sun.jna.ptr.IntByReference out_lpNumberOfCharsWritten)
-