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

/vbox/src/VBox/Devices/Input/
H A DUsbMouse.cpp155 #define MT_CONTACT_S_REUSED 0x04 /* Report contact loss for the oldId and then new contact for the id. */ macro
165 uint8_t oldId; /* Valid only if MT_CONTACT_S_REUSED is set. */
1287 if (pCurContact->status & MT_CONTACT_S_REUSED)
1289 pCurContact->status &= ~MT_CONTACT_S_REUSED;
1294 pRepContact->status = MT_CONTACT_S_REUSED;
1350 if (pRepContact->status & MT_CONTACT_S_REUSED)
1356 pRepContact->status &= ~MT_CONTACT_S_REUSED;
1564 if ((pCurContact->status & MT_CONTACT_S_REUSED) == 0)
1566 pCurContact->status |= MT_CONTACT_S_REUSED; /* Report to the guest that the contact not in touch. */
1602 if ((pCurContact->status & MT_CONTACT_S_REUSED)
[all...]

Completed in 45 milliseconds