Changeset 97790 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 13, 2022 1:06:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r96407 r97790 1537 1537 * @param xAbs New absolute X position 1538 1538 * @param yAbs New absolute Y position 1539 */ 1540 DECLR3CALLBACKMEMBER(int, pfnSetAbsoluteMouse,(PPDMIVMMDEVPORT pInterface, int32_t xAbs, int32_t yAbs)); 1539 * @param dz New mouse wheel vertical movement offset 1540 * @param dw New mouse wheel horizontal movement offset 1541 * @param fButtons New buttons state 1542 */ 1543 DECLR3CALLBACKMEMBER(int, pfnSetAbsoluteMouse,(PPDMIVMMDEVPORT pInterface, int32_t xAbs, int32_t yAbs, 1544 int32_t dz, int32_t dw, uint32_t fButtons)); 1541 1545 1542 1546 /**
Note:
See TracChangeset
for help on using the changeset viewer.