double dx,
double dy);
-
void
evdev_stop_scroll(struct evdev_device *device,
uint64_t time,
typedef void (*libinput_source_dispatch_t)(void *data);
-
#define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__)
#define log_info(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__)
#define log_error(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__)
return LIBINPUT_CONFIG_SEND_EVENTS_ENABLED;
}
-
LIBINPUT_EXPORT int
libinput_device_config_accel_is_available(struct libinput_device *device)
{
LIBINPUT_BUTTON_STATE_PRESSED = 1
};
-
/**
* @ingroup device
*
enum libinput_config_click_method
libinput_device_config_click_get_default_method(struct libinput_device *device);
-
/**
* @ingroup config
*
litest_touch_move_to(dev, 0, 50, 50, 90, 90, 10, 0);
litest_touch_up(dev, 0);
-
litest_assert_empty_queue(li);
/* no event from resuming */
}
END_TEST
-
START_TEST(device_disable_release_softbutton)
{
struct litest_device *dev = litest_current_device();
}
}
-
static void
handle_event_device_notify(struct libinput_event *ev)
{