Changeset 51539 in vbox for trunk/include
- Timestamp:
- Jun 4, 2014 9:34:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r51342 r51539 469 469 DECLR3CALLBACKMEMBER(void, pfnSetActive,(PPDMIKEYBOARDCONNECTOR pInterface, bool fActive)); 470 470 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 471 478 } PDMIKEYBOARDCONNECTOR; 472 479 /** PDMIKEYBOARDCONNECTOR interface ID. */
Note:
See TracChangeset
for help on using the changeset viewer.