Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/mouse/mousedev.h

    rba358ed rf8e549b  
    4848        //suseconds_t poll_interval_us;
    4949        /** IPC phone to console (consumer). */
    50         int console_phone;
     50        int mouse_phone;
     51        int wheel_phone;
     52       
     53        int32_t *buttons;
    5154} usb_mouse_t;
    5255
Note: See TracChangeset for help on using the changeset viewer.