VirtualBox

Ignore:
Timestamp:
Jun 30, 2009 6:54:01 PM (15 years ago)
Author:
vboxsync
Message:

VBoxGuest (common): mouse polling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r21069 r21095  
    9797    /** Mask of pending events. */
    9898    uint32_t volatile           f32PendingEvents;
     99    /** Current VMMDEV_EVENT_MOUSE_POSITION_CHANGED sequence number.
     100     * Used to implement polling.  */
     101    uint32_t volatile           u32MousePosChangedSeq;
    99102
    100103    /** Spinlock various items in the VBOXGUESTSESSION. */
     
    144147    uint32_t volatile           aHGCMClientIds[8];
    145148#endif
     149
     150    /** The last consumed VMMDEV_EVENT_MOUSE_POSITION_CHANGED sequence number.
     151     * Used to implement polling.  */
     152    uint32_t volatile           u32MousePosChangedSeq;
    146153} VBOXGUESTSESSION;
    147154
     
    170177#endif
    171178
     179/**
     180 * ISR callback for notifying threads polling for mouse events.
     181 *
     182 * @param   pDevExt     The device extension.
     183 */
     184void VBoxGuestNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt);
     185
    172186RT_C_DECLS_END
    173187
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