Searched defs:cnt_held (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/BusMouseSample/
H A DBusMouse.cpp132 uint8_t cnt_held; /**< Counters held for reading. */ member in struct:MouState
216 pThis->cnt_held = false;
306 if (!pThis->cnt_held)
308 pThis->cnt_held = true;
323 pThis->cnt_held = false;
326 if (pThis->cnt_held)
497 SSMR3PutU8(pSSMHandle, pThis->cnt_held);
535 SSMR3GetU8(pSSMHandle, &pThis->cnt_held);

Completed in 44 milliseconds