public class SystemMessage extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CALLBACK |
static int |
KEYFIRST |
static int |
KEYLAST |
int |
lparam |
static int |
MOUSEFIRST |
static int |
MOUSELAST |
static int |
PAINT |
static int |
REMOVED |
int |
state |
int |
time |
static int |
TIMER |
int |
type |
int |
wparam |
int |
x |
int |
y |
Constructor and Description |
---|
SystemMessage() |
Modifier and Type | Method and Description |
---|---|
boolean |
isKey() |
boolean |
isMouse() |
boolean |
isPaint() |
boolean |
isPen() |
boolean |
isTimer() |
public int type
public int wparam
public int lparam
public int time
public int x
public int y
public int state
public static final int REMOVED
public static final int PAINT
public static final int MOUSEFIRST
public static final int MOUSELAST
public static final int KEYFIRST
public static final int KEYLAST
public static final int TIMER
public static final int CALLBACK