Lines Matching refs:pScreenPriv
154 if ((pScreenPriv->iDeltaZ > 0
156 || (pScreenPriv->iDeltaZ < 0
160 iDeltaZ += pScreenPriv->iDeltaZ;
161 pScreenPriv->iDeltaZ = 0;
171 pScreenPriv->iDeltaZ = 0;
180 pScreenPriv->iDeltaZ = 0;
192 pScreenPriv->iDeltaZ = iDeltaZ;
269 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
281 && pScreenPriv->iE3BCachedPress == 0
282 && !pScreenPriv->fE3BFakeButton2Sent)
290 pScreenPriv->iE3BCachedPress = iButton;
296 SetTimer (pScreenPriv->hwndScreen,
302 && pScreenPriv->iE3BCachedPress != 0
303 && pScreenPriv->iE3BCachedPress != iButton
304 && !pScreenPriv->fE3BFakeButton2Sent)
312 KillTimer (pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID);
313 pScreenPriv->iE3BCachedPress = 0;
319 pScreenPriv->fE3BFakeButton2Sent = TRUE;
322 && pScreenPriv->iE3BCachedPress == iButton)
328 KillTimer (pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID);
329 pScreenPriv->iE3BCachedPress = 0;
336 && pScreenPriv->fE3BFakeButton2Sent
343 pScreenPriv->fE3BFakeButton2Sent = FALSE;
349 && pScreenPriv->iE3BCachedPress == 0
350 && !pScreenPriv->fE3BFakeButton2Sent)