Home
last modified time | relevance | path

Searched refs:yreq (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c254 unsigned long xreq, yreq; in SDL_EVDEV_init_touchscreen() local
287 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()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c473 unsigned long xreq, yreq; in SDL_EVDEV_init_touchscreen() local
506 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