Searched refs:newbuttons (Results 1 – 2 of 2) sorted by relevance
172 u_int newbuttons = ((sc->packet[1] & LBUTMASK) ? 0x1 : 0) in optpoint_intr() local176 u_int changed = (sc->buttons ^ newbuttons); in optpoint_intr()180 device_xname(sc->sc_dev), newbuttons, dx, dy)); in optpoint_intr()182 newbuttons, in optpoint_intr()186 sc->buttons = newbuttons; in optpoint_intr()
519 int newbuttons = 0; in pmsinput() local 619 newbuttons |= 0x8; in pmsinput() 621 newbuttons |= 0x10; in pmsinput() 635 newbuttons |= ((sc->packet[0] & PMS_LBUTMASK) ? 0x1 : 0) | in pmsinput() 652 changed = (sc->buttons ^ newbuttons); in pmsinput() 653 sc->buttons = newbuttons; in pmsinput()