Added Microsoft Intellimouse emulation
This commit is contained in:
parent
09dbd1dd65
commit
7f7c11edb2
11 changed files with 92 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue