Home
last modified time | relevance | path

Searched refs:ps2mouse_lastx (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/vice/vice-3.5/src/
H A Dps2mouse.c83 static int16_t ps2mouse_lastx; variable
175 mouse_get_int16(&ps2mouse_lastx, &ps2mouse_lasty); in ps2mouse_handle_command()
184 diff_x = (new_x - ps2mouse_lastx); in ps2mouse_handle_command()
191 ps2mouse_lastx = new_x; in ps2mouse_handle_command()
440 ps2mouse_lastx = 0; in ps2mouse_reset()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dps2mouse.c83 static int16_t ps2mouse_lastx; variable
175 ps2mouse_lastx = mousedrv_get_x(); in ps2mouse_handle_command()
186 diff_x = (new_x - ps2mouse_lastx); in ps2mouse_handle_command()
193 ps2mouse_lastx = new_x; in ps2mouse_handle_command()
442 ps2mouse_lastx = 0; in ps2mouse_reset()