VirtualBox

Changeset 51539 in vbox for trunk/include


Ignore:
Timestamp:
Jun 4, 2014 9:34:18 PM (11 years ago)
Author:
vboxsync
Message:

Keyboard: Extended keyboard driver and reworked USB keyboard device emulation. See #7328.

File:
1 edited

Legend:

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

    r51342 r51539  
    469469    DECLR3CALLBACKMEMBER(void, pfnSetActive,(PPDMIKEYBOARDCONNECTOR pInterface, bool fActive));
    470470
     471    /**
     472     * Flushes the keyboard queue if it contains pending events.
     473     *
     474     * @param   pInterface      Pointer to the this interface.
     475     */
     476    DECLR3CALLBACKMEMBER(void, pfnFlushQueue,(PPDMIKEYBOARDCONNECTOR pInterface));
     477
    471478} PDMIKEYBOARDCONNECTOR;
    472479/** PDMIKEYBOARDCONNECTOR interface ID. */
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