Changes in uspace/srv/hid/input/proto/adb.c [1875a0c:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/proto/adb.c
r1875a0c r9d58539 82 82 83 83 if (dx != 0 || dy != 0) 84 mouse_push_event_move(mouse_dev, dx, dy );84 mouse_push_event_move(mouse_dev, dx, dy, 0); 85 85 } 86 86
Note:
See TracChangeset
for help on using the changeset viewer.