public class WindowsSupport extends Object
Constructor and Description |
---|
WindowsSupport() |
Modifier and Type | Method and Description |
---|---|
static int |
getConsoleMode() |
static String |
getLastErrorMessage() |
static int |
getWindowsTerminalHeight() |
static int |
getWindowsTerminalWidth() |
static int |
readByte() |
static Kernel32.KEY_EVENT_RECORD |
readConsoleInput() |
static void |
setConsoleMode(int mode) |
public static String getLastErrorMessage()
public static int readByte()
public static int getConsoleMode()
public static void setConsoleMode(int mode)
public static int getWindowsTerminalWidth()
public static int getWindowsTerminalHeight()
public static Kernel32.KEY_EVENT_RECORD readConsoleInput()
Copyright © 2009-2012 FuseSource, Corp.. All Rights Reserved.