Searched refs:u16EventId (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/RemoteDesktop/
H A DVRDEInput.h121 uint16_t u16EventId; member in struct:VRDEINPUTHEADER
125 /* VRDEINPUTHEADER::u16EventId */
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2862 if (pHeader->u16EventId == VRDEINPUT_EVENTID_TOUCH)
2914 else if (pHeader->u16EventId == VRDEINPUT_EVENTID_DISMISS_HOVERING_CONTACT)
2920 AssertMsgFailed(("EventId %d\n", pHeader->u16EventId));

Completed in 62 milliseconds