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

/vbox/src/VBox/Devices/Input/
H A DUsbMouse.cpp1525 MTCONTACT *pNewContact = NULL; local
1542 pNewContact = &paNewContacts[i];
1549 && pThis->aCurrentContactState[j].id == pNewContact->id)
1558 pNewContact->status &= ~MT_CONTACT_S_DIRTY;
1560 pCurContact->x = pNewContact->x;
1561 pCurContact->y = pNewContact->y;
1570 pCurContact->flags = pNewContact->flags;
1578 pNewContact = &paNewContacts[i];
1580 if (pNewContact->status & MT_CONTACT_S_DIRTY)
1588 *pCurContact = *pNewContact;
[all...]

Completed in 46 milliseconds