Added Microsoft Intellimouse emulation

This commit is contained in:
SarahW 2016-12-16 21:36:46 +00:00
commit 7f7c11edb2
11 changed files with 92 additions and 36 deletions

View file

@ -11,7 +11,7 @@ typedef struct mouse_serial_t
SERIAL *serial;
} mouse_serial_t;
void mouse_serial_poll(int x, int y, int b, void *p)
void mouse_serial_poll(int x, int y, int z, int b, void *p)
{
mouse_serial_t *mouse = (mouse_serial_t *)p;
SERIAL *serial = mouse->serial;