Changeset 40310 in vbox for trunk/include/VBox
- Timestamp:
- Mar 1, 2012 11:56:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r40213 r40310 317 317 | VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR \ 318 318 | VMMDEV_MOUSE_HOST_HAS_ABS_DEV) 319 /** @} */ 320 321 /** @name Absolute mouse reporting range 322 * @{ */ 323 /** @todo Should these be here? They are needed by both host and guest. */ 324 /** The minumum value our pointing device can return. */ 325 #define VMMDEV_MOUSE_RANGE_MIN 0 326 /** The maximum value our pointing device can return. */ 327 #define VMMDEV_MOUSE_RANGE_MAX 0xFFFF 328 /** The full range our pointing device can return. */ 329 #define VMMDEV_MOUSE_RANGE (VMMDEV_MOUSE_RANGE_MAX - VMMDEV_MOUSE_RANGE_MIN) 319 330 /** @} */ 320 331
Note:
See TracChangeset
for help on using the changeset viewer.