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

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