Home
last modified time | relevance | path

Searched refs:xreq (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
286 xreq = EVIOCGABS(ABS_X); in SDL_EVDEV_init_touchscreen()
290 xreq = EVIOCGABS(ABS_MT_POSITION_X); in SDL_EVDEV_init_touchscreen()
294 ret = ioctl(item->fd, xreq, &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
505 xreq = EVIOCGABS(ABS_X); in SDL_EVDEV_init_touchscreen()
509 xreq = EVIOCGABS(ABS_MT_POSITION_X); in SDL_EVDEV_init_touchscreen()
513 ret = ioctl(item->fd, xreq, &abs_info); in SDL_EVDEV_init_touchscreen()

Completed in 4 milliseconds