Searched refs:_sysmouse_old_buttons (Results 1 – 2 of 2) sorted by relevance
317 SP->_sysmouse_old_buttons = SP->_sysmouse_new_buttons; in handle_sysmouse()328 if (SP->_sysmouse_old_buttons & 1) in handle_sysmouse()330 if (SP->_sysmouse_old_buttons & 2) in handle_sysmouse()332 if (SP->_sysmouse_old_buttons & 4) in handle_sysmouse()346 if (SP->_sysmouse_new_buttons != SP->_sysmouse_old_buttons) { in handle_sysmouse()
520 int _sysmouse_old_buttons; member