Searched refs:is_touchscreen (Results 1 – 3 of 3) sorted by relevance
71 int is_touchscreen; member422 if (item->out_of_sync && item->is_touchscreen && in SDL_EVDEV_Poll()455 if (!item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll()460 if (!item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll()470 if (!item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll()478 if (!item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll()486 if (item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll()491 if (item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll()520 if (!item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll()552 if (item->is_touchscreen) in SDL_EVDEV_Poll()[all …]
163 bool is_touchscreen = false; in test_pointers() local225 is_touchscreen = true; in test_pointers()238 is_touchscreen = true; in test_pointers()253 if (is_touchscreen) in test_pointers()260 … return is_tablet || is_mouse || is_touchpad || is_touchscreen || is_joystick || is_pointing_stick; in test_pointers()
2119 bool is_touchscreen, is_ext_touchpad; in tablet_device_added() local2125 is_touchscreen = evdev_device_has_capability(added_device, in tablet_device_added()2131 if (is_touchscreen || is_ext_touchpad) { in tablet_device_added()