Lines Matching refs:device
42 * Check whether a device can perform hold gestures.
44 * @param device The device to configure
45 * @return Non-zero if a device can perform hold gestures, zero otherwise.
52 libinput_device_config_gesture_hold_is_available(struct libinput_device *device);
57 * Enable or disable hold gestures on this device.
59 * @param device The device to configure
63 * @return A config status code. Disabling hold gestures on a device that does
71 libinput_device_config_gesture_set_hold_enabled(struct libinput_device *device,
77 * Check if hold gestures are enabled on this device. If the device does not
81 * @param device The device to configure
91 libinput_device_config_gesture_get_hold_enabled(struct libinput_device *device);
97 * device.
99 * @param device The device to configure
109 libinput_device_config_gesture_get_hold_default_enabled(struct libinput_device *device);