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

/vbox/src/VBox/Devices/Input/
H A DUsbMouse.cpp230 MTCONTACT aCurrentContactState[MT_CONTACT_MAX_COUNT]; member in struct:USBHID
1283 pCurContact = &pThis->aCurrentContactState[i];
1296 else if (pThis->aCurrentContactState[i].status & MT_CONTACT_S_CANCELLED)
1536 for (i = 0; i < RT_ELEMENTS(pThis->aCurrentContactState); i++)
1537 pThis->aCurrentContactState[i].status |= MT_CONTACT_S_DIRTY;
1546 for (j = 0; j < RT_ELEMENTS(pThis->aCurrentContactState); j++)
1548 if ( (pThis->aCurrentContactState[j].status & MT_CONTACT_S_ACTIVE) != 0
1549 && pThis->aCurrentContactState[j].id == pNewContact->id)
1551 pCurContact = &pThis->aCurrentContactState[j];
1583 pCurContact = usbHidFindMTContact(pThis->aCurrentContactState, RT_ELEMENT
[all...]

Completed in 46 milliseconds