Changeset 35212 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 16, 2010 11:15:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r33758 r35212 105 105 int32_t dz, int32_t dw, uint32_t fButtons, 106 106 bool fUsesVMMDevEvent); 107 HRESULT convertDisplayRes(LONG x, LONG y, uint32_t *pcX, uint32_t *pcY); 107 HRESULT convertDisplayRes(LONG x, LONG y, int32_t *pcX, int32_t *pcY, 108 bool *pfValid); 108 109 109 110 void getDeviceCaps(bool *pfAbs, bool *pfRel);
Note:
See TracChangeset
for help on using the changeset viewer.