Changes in uspace/drv/bus/usb/usbhid/mouse/mousedev.h [4093b14:5da7199] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.h
r4093b14 r5da7199 50 50 async_sess_t *wheel_sess; 51 51 52 /* Mouse buttons statuses. */53 52 int32_t *buttons; 54 size_t buttons_count;55 53 56 54 ddf_dev_ops_t ops;
Note:
See TracChangeset
for help on using the changeset viewer.