Searched refs:_drv_mouse_new_buttons (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1392 sp->_drv_mouse_old_buttons = sp->_drv_mouse_new_buttons;
1393 sp->_drv_mouse_new_buttons = mer.dwButtonState & BUTTON_MASK;
1399 if (sp->_drv_mouse_new_buttons != sp->_drv_mouse_old_buttons) {
1404 if (sp->_drv_mouse_new_buttons) {
1406 work.bstate |= (mmask_t) decode_mouse(TCB, sp->_drv_mouse_new_buttons);

Completed in 130 milliseconds