Package org.fusesource.jansi.internal
Class Kernel32.KEY_EVENT_RECORD
java.lang.Object
org.fusesource.jansi.internal.Kernel32.KEY_EVENT_RECORD
- Enclosing class:
- Kernel32
see: http://msdn.microsoft.com/en-us/library/ms684166(v=VS.85).aspx
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
int
static int
short
boolean
static int
static int
static int
short
static int
static int
short
static int
static int
static int
char
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIZEOF
public static int SIZEOF -
CAPSLOCK_ON
public static int CAPSLOCK_ON -
NUMLOCK_ON
public static int NUMLOCK_ON -
SCROLLLOCK_ON
public static int SCROLLLOCK_ON -
ENHANCED_KEY
public static int ENHANCED_KEY -
LEFT_ALT_PRESSED
public static int LEFT_ALT_PRESSED -
LEFT_CTRL_PRESSED
public static int LEFT_CTRL_PRESSED -
RIGHT_ALT_PRESSED
public static int RIGHT_ALT_PRESSED -
RIGHT_CTRL_PRESSED
public static int RIGHT_CTRL_PRESSED -
SHIFT_PRESSED
public static int SHIFT_PRESSED -
keyDown
public boolean keyDown -
repeatCount
public short repeatCount -
keyCode
public short keyCode -
scanCode
public short scanCode -
uchar
public char uchar -
controlKeyState
public int controlKeyState
-
-
Constructor Details
-
KEY_EVENT_RECORD
public KEY_EVENT_RECORD()
-
-
Method Details