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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp426 ComPtr<IMouseCapabilityChangedEvent> pMCCEv = aEvent; local
427 Assert(pMCCEv);
428 pMCCEv->COMGETTER(SupportsAbsolute)(&gfAbsoluteMouseGuest);
429 pMCCEv->COMGETTER(SupportsRelative)(&gfRelativeMouseGuest);
430 pMCCEv->COMGETTER(NeedsHostCursor)(&gfGuestNeedsHostCursor);

Completed in 72 milliseconds