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

/vbox/src/VBox/Main/include/
H A DMouseImpl.h67 HRESULT getRelativeSupported(BOOL *aRelativeSupported);
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp383 HRESULT Mouse::getRelativeSupported(BOOL *aRelativeSupported) argument
385 *aRelativeSupported = i_supportsRel();
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h11976 #define IMouse_get_RelativeSupported(p, aRelativeSupported) ((p)->lpVtbl->GetRelativeSupported(p, aRelativeSupported))
11977 #define IMouse_GetRelativeSupported(p, aRelativeSupported) ((p)->lpVtbl->GetRelativeSupported(p, aRelativeSupported))

Completed in 162 milliseconds