Modifier and Type | Method and Description |
---|---|
static Kernel32.INPUT_RECORD[] |
WindowsSupport.peekConsoleInput(int count) |
static Kernel32.INPUT_RECORD[] |
WindowsSupport.readConsoleInput(int count) |
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).
|
Modifier and Type | Method and Description |
---|---|
static void |
Kernel32.INPUT_RECORD.memmove(Kernel32.INPUT_RECORD dest,
long src,
long size) |
Copyright © 2009-2015 FuseSource, Corp.. All Rights Reserved.