LibVNCServer/LibVNCClient
|
#include <rfbproto.h>
Data Fields | |
uint8_t | type |
uint8_t | subtype |
uint16_t | down |
uint32_t | keysym |
uint32_t | keycode |
Definition at line 1407 of file rfbproto.h.
uint16_t down |
Definition at line 1410 of file rfbproto.h.
uint32_t keycode |
Definition at line 1412 of file rfbproto.h.
uint32_t keysym |
Definition at line 1411 of file rfbproto.h.
uint8_t subtype |
Definition at line 1409 of file rfbproto.h.
uint8_t type |
Definition at line 1408 of file rfbproto.h.