VirtualBox

Changeset 51609 in vbox for trunk/include


Ignore:
Timestamp:
Jun 12, 2014 10:01:53 AM (11 years ago)
Author:
vboxsync
Message:

DrvMouse: Added queue flush callback like we have for keyboard.

File:
1 edited

Legend:

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

    r51539 r51609  
    378378     * supported by the driver
    379379     *
    380      * @param   pInterface      Pointer to the this interface.
     380     * @param   pInterface      Pointer to this interface structure.
    381381     * @param   fRelative       Whether relative mode is currently supported.
    382382     * @param   fAbsolute       Whether absolute mode is currently supported.
     
    384384     */
    385385    DECLR3CALLBACKMEMBER(void, pfnReportModes,(PPDMIMOUSECONNECTOR pInterface, bool fRelative, bool fAbsolute, bool fMultiTouch));
     386
     387    /**
     388     * Flushes the mouse queue if it contains pending events.
     389     *
     390     * @param   pInterface      Pointer to this interface structure.
     391     */
     392    DECLR3CALLBACKMEMBER(void, pfnFlushQueue,(PPDMIMOUSECONNECTOR pInterface));
    386393
    387394} PDMIMOUSECONNECTOR;
     
    456463     * Notifies the the downstream driver about an LED change initiated by the guest.
    457464     *
    458      * @param   pInterface      Pointer to the this interface.
     465     * @param   pInterface      Pointer to this interface structure.
    459466     * @param   enmLeds         The new led mask.
    460467     */
     
    464471     * Notifies the the downstream driver of changes in driver state.
    465472     *
    466      * @param   pInterface      Pointer to the this interface.
     473     * @param   pInterface      Pointer to this interface structure.
    467474     * @param   fActive         Whether interface wishes to get "focus".
    468475     */
     
    472479     * Flushes the keyboard queue if it contains pending events.
    473480     *
    474      * @param   pInterface      Pointer to the this interface.
     481     * @param   pInterface      Pointer to this interface structure.
    475482     */
    476483    DECLR3CALLBACKMEMBER(void, pfnFlushQueue,(PPDMIKEYBOARDCONNECTOR pInterface));
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