Searched refs:uchButtonSecond (Results 1 – 1 of 1) sorted by relevance
552 unsigned char uchButtonSecond; in mouse_input() local562 uchButtonSecond = (data[2] & 0x80); in mouse_input()565 if (uchButtonSecond != uch_ButtonStateSecond) { in mouse_input()566 mac_put_queue(0x3f | uchButtonSecond); in mouse_input()567 uch_ButtonStateSecond = uchButtonSecond; in mouse_input()