Added Microsoft Intellimouse emulation
This commit is contained in:
parent
09dbd1dd65
commit
7f7c11edb2
11 changed files with 92 additions and 36 deletions
|
|
@ -58,7 +58,7 @@ typedef struct mouse_amstrad_t
|
|||
int oldb;
|
||||
} mouse_amstrad_t;
|
||||
|
||||
static void mouse_amstrad_poll(int x, int y, int b, void *p)
|
||||
static void mouse_amstrad_poll(int x, int y, int z, int b, void *p)
|
||||
{
|
||||
mouse_amstrad_t *mouse = (mouse_amstrad_t *)p;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue