Uses of Class
org.jline.nativ.Kernel32.INPUT_RECORD
-
Packages that use Kernel32.INPUT_RECORD Package Description org.jline.nativ -
-
Uses of Kernel32.INPUT_RECORD in org.jline.nativ
Methods in org.jline.nativ that return Kernel32.INPUT_RECORD Modifier and Type Method Description static Kernel32.INPUT_RECORD[]
Kernel32. readConsoleInputHelper(long handle, int count, boolean peek)
Return console input events.static Kernel32.INPUT_RECORD[]
Kernel32. readConsoleKeyInput(long handle, int count, boolean peek)
Return console input key events (discard other events).Methods in org.jline.nativ with parameters of type Kernel32.INPUT_RECORD Modifier and Type Method Description static void
Kernel32.INPUT_RECORD. memmove(Kernel32.INPUT_RECORD dest, long src, long size)
-