Changeset 22812 in vbox
- Timestamp:
- Sep 7, 2009 1:54:03 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/pdmifs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r22466 r22812 217 217 * @param i32DeltaY The Y delta. 218 218 * @param i32DeltaZ The Z delta. 219 * @param i32DeltaW The W (horizontal scroll button) delta. 219 220 * @param fButtonStates The button states, see the PDMIMOUSEPORT_BUTTON_* \#defines. 220 221 * @thread The emulation thread. 221 222 */ 222 DECLR3CALLBACKMEMBER(int, pfnPutEvent,(PPDMIMOUSEPORT pInterface, int32_t i32DeltaX, int32_t i32DeltaY, int32_t i32DeltaZ, uint32_t fButtonStates));223 DECLR3CALLBACKMEMBER(int, pfnPutEvent,(PPDMIMOUSEPORT pInterface, int32_t i32DeltaX, int32_t i32DeltaY, int32_t i32DeltaZ, int32_t i32DeltaW, uint32_t fButtonStates)); 223 224 } PDMIMOUSEPORT; 224 225 … … 228 229 #define PDMIMOUSEPORT_BUTTON_RIGHT RT_BIT(1) 229 230 #define PDMIMOUSEPORT_BUTTON_MIDDLE RT_BIT(2) 231 #define PDMIMOUSEPORT_BUTTON_X1 RT_BIT(3) 232 #define PDMIMOUSEPORT_BUTTON_X2 RT_BIT(4) 230 233 /** @} */ 231 234
Note:
See TracChangeset
for help on using the changeset viewer.

