Changeset 26572 in vbox
- Timestamp:
- Feb 16, 2010 12:42:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r26173 r26572 1415 1415 * @param fButtonStates The button states. 1416 1416 */ 1417 static DECLCALLBACK(int) kbdMousePutEvent(PPDMIMOUSEPORT pInterface, int32_t i32DeltaX, int32_t i32DeltaY, int32_t i32DeltaZ, int32_t i32DeltaW, uint32_t fButtonStates) 1417 static DECLCALLBACK(int) kbdMousePutEvent(PPDMIMOUSEPORT pInterface, int32_t i32DeltaX, int32_t i32DeltaY, 1418 int32_t i32DeltaZ, int32_t i32DeltaW, uint32_t fButtonStates) 1418 1419 { 1419 1420 KBDState *pThis = RT_FROM_MEMBER(pInterface, KBDState, Mouse.IPort);
Note:
See TracChangeset
for help on using the changeset viewer.