Home
last modified time | relevance | path

Searched refs:is_touchscreen (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c71 int is_touchscreen; member
422 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 …]
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c163 bool is_touchscreen = false; in test_pointers() local
225 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()
/third_party/libinput/src/
Devdev-tablet.c2119 bool is_touchscreen, is_ext_touchpad; in tablet_device_added() local
2125 is_touchscreen = evdev_device_has_capability(added_device, in tablet_device_added()
2131 if (is_touchscreen || is_ext_touchpad) { in tablet_device_added()