public interface Event
Modifier and Type | Field and Description |
---|---|
static int |
KEYBOARD_MSG_PAYLOAD_LENGTH
Used by the BTMessage to specify the size of payload for a keyboard event
|
static int |
MOUSE_DOWN_MSG_PAYLOAD_LENGTH
Used by the BTMessage to specify the size of payload for a mouse down event
|
static int |
MOUSE_MOVE_MSG_PAYLOAD_LENGTH
Used by the BTMessage to specify the size of payload for a mouse move event
|
static int |
MOUSE_UP_MSG_PAYLOAD_LENGTH
Used by the BTMessage to specify the size of payload for a mouse up event
|
static byte |
MSG_TYPE_KEYBOARD
Used by the BTMessage to specify the type of the event as a keyboard event
|
static byte |
MSG_TYPE_MOUSE_DOWN
Used by the BTMessage to specify the type of the event as a mouse down event
|
static byte |
MSG_TYPE_MOUSE_MOVE
Used by the BTMessage to specify the type of the event as a mouse move event
|
static byte |
MSG_TYPE_MOUSE_UP
Used by the BTMessage to specify the type of the event as a mouse up event
|
static final byte MSG_TYPE_KEYBOARD
static final byte MSG_TYPE_MOUSE_DOWN
static final byte MSG_TYPE_MOUSE_UP
static final byte MSG_TYPE_MOUSE_MOVE
static final int KEYBOARD_MSG_PAYLOAD_LENGTH
static final int MOUSE_DOWN_MSG_PAYLOAD_LENGTH
static final int MOUSE_UP_MSG_PAYLOAD_LENGTH
static final int MOUSE_MOVE_MSG_PAYLOAD_LENGTH