Searched refs:yreq (Results 1 – 2 of 2) sorted by relevance
254 unsigned long xreq, yreq; in SDL_EVDEV_init_touchscreen() local287 yreq = EVIOCGABS(ABS_Y); in SDL_EVDEV_init_touchscreen()291 yreq = EVIOCGABS(ABS_MT_POSITION_Y); in SDL_EVDEV_init_touchscreen()304 ret = ioctl(item->fd, yreq, &abs_info); in SDL_EVDEV_init_touchscreen()
473 unsigned long xreq, yreq; in SDL_EVDEV_init_touchscreen() local506 yreq = EVIOCGABS(ABS_Y); in SDL_EVDEV_init_touchscreen()510 yreq = EVIOCGABS(ABS_MT_POSITION_Y); in SDL_EVDEV_init_touchscreen()523 ret = ioctl(item->fd, yreq, &abs_info); in SDL_EVDEV_init_touchscreen()
Completed in 4 milliseconds