Uses of Class
org.jline.nativ.Kernel32.INPUT_RECORD
Packages that use Kernel32.INPUT_RECORD
-
Uses of Kernel32.INPUT_RECORD in org.jline.nativ
Methods in org.jline.nativ that return Kernel32.INPUT_RECORDModifier and TypeMethodDescriptionstatic 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_RECORDModifier and TypeMethodDescriptionstatic void
Kernel32.INPUT_RECORD.memmove
(Kernel32.INPUT_RECORD dest, long src, long size)