X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=usb_mouse.h;h=81edabcbfbec2823cefa4cd659d3cc88db416337;hb=df5b4ea7d97e0f6f598fd34506d8a3fd05cd5027;hp=f1f39776f78e0310a3995ef368717055a0d98a69;hpb=d3b1af9572e123c939fc355474bf12402c86d292;p=max%2Ftmk_keyboard.git diff --git a/usb_mouse.h b/usb_mouse.h index f1f39776..81edabcb 100644 --- a/usb_mouse.h +++ b/usb_mouse.h @@ -15,6 +15,6 @@ extern uint8_t mouse_protocol; int8_t usb_mouse_buttons(uint8_t left, uint8_t middle, uint8_t right); -int8_t usb_mouse_move(int8_t x, int8_t y, int8_t wheel); +int8_t usb_mouse_move(int8_t x, int8_t y, int8_t wheel, int8_t hwheel); #endif