gem5
|
#include <vncinput.hh>
Public Attributes | |
uint8_t | type |
uint8_t | button_mask |
uint16_t | x |
uint16_t | y |
Definition at line 144 of file vncinput.hh.
uint8_t VncInput::PointerEventMessage::button_mask |
Definition at line 146 of file vncinput.hh.
Referenced by VncServer::recvPointerInput().
uint8_t VncInput::PointerEventMessage::type |
Definition at line 145 of file vncinput.hh.
uint16_t VncInput::PointerEventMessage::x |
Definition at line 147 of file vncinput.hh.
Referenced by VncServer::recvPointerInput().
uint16_t VncInput::PointerEventMessage::y |
Definition at line 148 of file vncinput.hh.
Referenced by VncServer::recvPointerInput().