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

/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp1052 bool fAbsDev = false;
1062 fAbsDev = true;
1069 *pfAbs = fAbsDev;
1091 bool fAbsDev; local
1093 i_getDeviceCaps(&fAbsDev, NULL, NULL);
1094 return fAbsDev;
1111 bool fAbsDev; local
1113 i_getDeviceCaps(&fAbsDev, NULL, NULL);
1114 return fAbsDev || i_vmmdevCanAbs();

Completed in 46 milliseconds