From 7e3975e0ef00b2095e32595597ba054d408f249c Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 1 Oct 2010 22:17:55 +0900 Subject: add mouse wheel function. --- usb_mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb_mouse.h') diff --git a/usb_mouse.h b/usb_mouse.h index f1f39776f..81edabcbf 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 -- cgit v1.2.3