Changeset 26573 in vbox
- Timestamp:
- Feb 16, 2010 12:42:38 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/pdmifs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r26350 r26573 337 337 /** 338 338 * Puts a keyboard event. 339 * This is called by the source of keyboard events. The event will be passed up until the 340 * topmost driver, which then calls the registered event handler. 341 * 342 * @returns VBox status code. 339 * 340 * This is called by the source of keyboard events. The event will be passed up 341 * until the topmost driver, which then calls the registered event handler. 342 * 343 * @returns VBox status code. Return VERR_TRY_AGAIN if you cannot process the 344 * event now and want it to be repeated at a later point. 345 * 343 346 * @param pInterface Pointer to this interface structure. 344 347 * @param u8KeyCode The keycode to queue.
Note:
See TracChangeset
for help on using the changeset viewer.

