Changeset 82213 in vbox for trunk/include/VBox
- Timestamp:
- Nov 26, 2019 2:08:48 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r80872 r82213 431 431 * 432 432 * @param pInterface Pointer to this interface structure. 433 * @param u32UsageIDThe HID usage code event to queue.434 */ 435 DECLR3CALLBACKMEMBER(int, pfnPutEventHid,(PPDMIKEYBOARDPORT pInterface, uint32_t u32UsageID));433 * @param idUsage The HID usage code event to queue. 434 */ 435 DECLR3CALLBACKMEMBER(int, pfnPutEventHid,(PPDMIKEYBOARDPORT pInterface, uint32_t idUsage)); 436 436 } PDMIKEYBOARDPORT; 437 437 /** PDMIKEYBOARDPORT interface ID. */
Note:
See TracChangeset
for help on using the changeset viewer.