Searched refs:_drv_mouse_new_buttons (Results 1 – 3 of 3) sorted by relevance
681 sp->_drv_mouse_old_buttons = sp->_drv_mouse_new_buttons; in handle_mouse()682 sp->_drv_mouse_new_buttons = mer.dwButtonState & BUTTON_MASK; in handle_mouse()688 if (sp->_drv_mouse_new_buttons != sp->_drv_mouse_old_buttons) { in handle_mouse()691 if (sp->_drv_mouse_new_buttons) { in handle_mouse()692 work.bstate |= decode_mouse(sp, sp->_drv_mouse_new_buttons); in handle_mouse()
1668 sp->_drv_mouse_old_buttons = sp->_drv_mouse_new_buttons; in handle_mouse()1669 sp->_drv_mouse_new_buttons = mer.dwButtonState & BUTTON_MASK; in handle_mouse()1675 if (sp->_drv_mouse_new_buttons != sp->_drv_mouse_old_buttons) { in handle_mouse()1679 if (sp->_drv_mouse_new_buttons) { in handle_mouse()1681 work.bstate |= decode_mouse(sp, sp->_drv_mouse_new_buttons); in handle_mouse()
1195 int _drv_mouse_new_buttons; member