VirtualBox

Changeset 22812 in vbox


Ignore:
Timestamp:
Sep 7, 2009 1:54:03 PM (15 years ago)
Author:
vboxsync
Message:

PDM: upgrade mouse device to an MS IntelliMouse Explorer (five buttons and tilt wheel) - forgotten file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmifs.h

    r22466 r22812  
    217217     * @param   i32DeltaY       The Y delta.
    218218     * @param   i32DeltaZ       The Z delta.
     219     * @param   i32DeltaW       The W (horizontal scroll button) delta.
    219220     * @param   fButtonStates   The button states, see the PDMIMOUSEPORT_BUTTON_* \#defines.
    220221     * @thread  The emulation thread.
    221222     */
    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));
    223224} PDMIMOUSEPORT;
    224225
     
    228229#define PDMIMOUSEPORT_BUTTON_RIGHT  RT_BIT(1)
    229230#define PDMIMOUSEPORT_BUTTON_MIDDLE RT_BIT(2)
     231#define PDMIMOUSEPORT_BUTTON_X1     RT_BIT(3)
     232#define PDMIMOUSEPORT_BUTTON_X2     RT_BIT(4)
    230233/** @} */
    231234
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette