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

/vbox/src/VBox/ExtPacks/BusMouseSample/
H A DBusMouse.cpp150 uint8_t mouse_buttons_reported; member in struct:MouState
219 pThis->mouse_buttons_reported = 0;
294 pThis->mouse_buttons_reported |= (fButtons & fButtonMask);
295 pThis->mouse_buttons_reported &= (fButtons | ~fButtonMask);
505 SSMR3PutU8(pSSMHandle, pThis->mouse_buttons_reported);
543 SSMR3GetU8(pSSMHandle, &pThis->mouse_buttons_reported);
/vbox/src/VBox/Devices/Input/
H A DDevPS2.cpp217 uint8_t mouse_buttons_reported; member in struct:KBDState
616 s->mouse_buttons_reported |= (fButtons & fButtonMask);
617 s->mouse_buttons_reported &= (fButtons | ~fButtonMask);
722 || s->mouse_buttons != s->mouse_buttons_reported;
1071 s->mouse_buttons_reported = 0;
1108 SSMR3PutU8(pSSM, s->mouse_buttons_reported);
1177 SSMR3GetU8(pSSM, &s->mouse_buttons_reported);

Completed in 48 milliseconds