Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/moused/
Dmoused.c549 static void r_map(mousestatus_t *act1, mousestatus_t *act2);
2478 r_map(mousestatus_t *act1, mousestatus_t *act2) in r_map() argument
2484 pbuttons = act1->button; in r_map()
2490 act1->dz = act1->dy; in r_map()
2491 act1->dx = 0; in r_map()
2492 act1->dy = 0; in r_map()
2494 act2->dx = act1->dx; in r_map()
2495 act2->dy = act1->dy; in r_map()
2496 act2->dz = act1->dz; in r_map()
2502 if (act1->dz != 0) { in r_map()
[all …]