Searched refs:aWheelEvt (Results 1 – 3 of 3) sorted by relevance
3539 SalWheelMouseEvent aWheelEvt; in ImplHandleWheelMsg() local3543 aWheelEvt.mnCode = 0; in ImplHandleWheelMsg()3545 aWheelEvt.mnNotchDelta = aWheelEvt.mnDelta/WHEEL_DELTA; in ImplHandleWheelMsg()3546 if( aWheelEvt.mnNotchDelta == 0 ) in ImplHandleWheelMsg()3548 if( aWheelEvt.mnDelta > 0 ) in ImplHandleWheelMsg()3567 aWheelEvt.mnDelta *= -1; in ImplHandleWheelMsg()3568 aWheelEvt.mnNotchDelta *= -1; in ImplHandleWheelMsg()3572 aWheelEvt.mnCode |= KEY_SHIFT; in ImplHandleWheelMsg()3574 aWheelEvt.mnCode |= KEY_MOD1; in ImplHandleWheelMsg()3576 aWheelEvt.mnCode |= KEY_MOD2; in ImplHandleWheelMsg()[all …]
2559 SalWheelMouseEvent aWheelEvt; in ImplHandleWheelMsg() local2561 aWheelEvt.mnX = aPt.x; in ImplHandleWheelMsg()2562 aWheelEvt.mnY = aPt.y; in ImplHandleWheelMsg()2563 aWheelEvt.mnCode = 0; in ImplHandleWheelMsg()2565 aWheelEvt.mnDelta = bNeg ? -120 : 120; in ImplHandleWheelMsg()2566 aWheelEvt.mnNotchDelta = bNeg ? -1 : 1; in ImplHandleWheelMsg()2570 aWheelEvt.mnScrollLines = 1; in ImplHandleWheelMsg()2573 aWheelEvt.mbHorz = TRUE; in ImplHandleWheelMsg()2577 aWheelEvt.mnCode |= KEY_SHIFT; in ImplHandleWheelMsg()2579 aWheelEvt.mnCode |= KEY_MOD1; in ImplHandleWheelMsg()[all …]
3075 SalWheelMouseEvent aWheelEvt; in HandleMouseEvent() local3076 aWheelEvt.mnTime = pEvent->xbutton.time; in HandleMouseEvent()3077 aWheelEvt.mnX = pEvent->xbutton.x; in HandleMouseEvent()3078 aWheelEvt.mnY = pEvent->xbutton.y; in HandleMouseEvent()3079 aWheelEvt.mnDelta = bIncrement ? 120 : -120; in HandleMouseEvent()3080 aWheelEvt.mnNotchDelta = bIncrement ? 1 : -1; in HandleMouseEvent()3081 aWheelEvt.mnScrollLines = nLines; in HandleMouseEvent()3082 aWheelEvt.mnCode = sal_GetCode( pEvent->xbutton.state ); in HandleMouseEvent()3083 aWheelEvt.mbHorz = bHoriz; in HandleMouseEvent()3089 aWheelEvt.mnX = nWidth_-1-aWheelEvt.mnX; in HandleMouseEvent()[all …]
Completed in 68 milliseconds