add mouse wheel function.

This commit is contained in:
tmk 2010-10-01 22:17:55 +09:00
parent d3b1af9572
commit 7e3975e0ef
8 changed files with 256 additions and 59 deletions

View file

@ -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