add mouse wheel function.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user