The Pedigree Project  0.1
Public Attributes | List of all members
LibUiProtocol::MouseEventMessage Struct Reference

#include <protocol.h>

+ Collaboration diagram for LibUiProtocol::MouseEventMessage:

Public Attributes

size_t x
 
size_t y
 
bool bMouseMove
 
ButtonState buttons [8]
 

Detailed Description

MouseEvent message data.

Definition at line 300 of file protocol.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: