public class TerminalHandle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.io.File |
terminal32DLL |
static java.io.File |
terminalUnixSO |
Constructor and Description |
---|
TerminalHandle() |
Modifier and Type | Method and Description |
---|---|
int |
getch() |
int[] |
getSize() |
static boolean |
isLibraryLoaded() |
void |
resetInputBuffer() |
void |
setCursorVisible(boolean b) |
void |
setTitle(java.lang.String title) |