Lines Matching refs:screenx
825 * @param screenx Screen x coordinate the sprite is on after the update.
832 ScreenPtr scr, int *screenx, int *screeny, float *screenx_frac, float *screeny_frac)
838 *screenx = rescaleValuatorAxis(*x, x_frac, screenx_frac,
841 *screenx = dev->last.valuators[0];
854 if (*screenx <= 0 && *screenx_frac < 0.0f)
866 old_screenx = *screenx;
870 miPointerSetPosition(dev, screenx, screeny);
873 dev->u.master->last.valuators[0] = *screenx;
882 if(*screenx != old_screenx)
885 *x = rescaleValuatorAxis(*screenx, *screenx_frac, &x_frac, NULL,