10#define MOCK_LIBINPUT_H
31 QByteArray
sysName = QByteArrayLiteral(
"event0");
56 enum libinput_config_tap_button_map
tapButtonMap = LIBINPUT_CONFIG_TAP_MAP_LRM;
71 enum libinput_config_scroll_method
scrollMethod = LIBINPUT_CONFIG_SCROLL_NO_SCROLL;
99 enum libinput_config_click_method
clickMethod = LIBINPUT_CONFIG_CLICK_METHOD_NONE;
112 libinput_event_type
type = LIBINPUT_EVENT_NONE;
113 std::chrono::microseconds
time = std::chrono::microseconds::zero();
120 type = LIBINPUT_EVENT_KEYBOARD_KEY;
122 libinput_key_state
state = LIBINPUT_KEY_STATE_RELEASED;
128 libinput_button_state
buttonState = LIBINPUT_BUTTON_STATE_RELEASED;