Package org.fusesource.jansi.internal
Class Kernel32.MOUSE_EVENT_RECORD
java.lang.Object
org.fusesource.jansi.internal.Kernel32.MOUSE_EVENT_RECORD
- Enclosing class:
- Kernel32
see: http://msdn.microsoft.com/en-us/library/ms684239(v=VS.85).aspx
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
static int
int
static int
static int
int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIZEOF
public static int SIZEOF -
FROM_LEFT_1ST_BUTTON_PRESSED
public static int FROM_LEFT_1ST_BUTTON_PRESSED -
FROM_LEFT_2ND_BUTTON_PRESSED
public static int FROM_LEFT_2ND_BUTTON_PRESSED -
FROM_LEFT_3RD_BUTTON_PRESSED
public static int FROM_LEFT_3RD_BUTTON_PRESSED -
FROM_LEFT_4TH_BUTTON_PRESSED
public static int FROM_LEFT_4TH_BUTTON_PRESSED -
RIGHTMOST_BUTTON_PRESSED
public static int RIGHTMOST_BUTTON_PRESSED -
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 -
DOUBLE_CLICK
public static int DOUBLE_CLICK -
MOUSE_HWHEELED
public static int MOUSE_HWHEELED -
MOUSE_MOVED
public static int MOUSE_MOVED -
MOUSE_WHEELED
public static int MOUSE_WHEELED -
mousePosition
-
buttonState
public int buttonState -
controlKeyState
public int controlKeyState -
eventFlags
public int eventFlags
-
-
Constructor Details
-
MOUSE_EVENT_RECORD
public MOUSE_EVENT_RECORD()
-
-
Method Details