|
The Pedigree Project
0.1
|
#include <protocol.h>
Collaboration diagram for LibUiProtocol::MouseEventMessage:Public Attributes | |
| size_t | x |
| size_t | y |
| bool | bMouseMove |
| ButtonState | buttons [8] |
MouseEvent message data.
Definition at line 300 of file protocol.h.
| bool LibUiProtocol::MouseEventMessage::bMouseMove |
Whether or not the mouse has moved. Used to determine whether to create a MouseMove event or just a MouseDown/Up event.
Definition at line 307 of file protocol.h.
1.8.11