Searched refs:touch_event (Results 1 – 1 of 1) sorted by relevance
411 struct libinput_event_touch * touch_event = NULL; in _read_pointer() local421 touch_event = libinput_event_get_touch_event(event); in _read_pointer()437 if(touch_event && (slot = libinput_event_touch_get_slot(touch_event)) > 1) in _read_pointer()449 … = (int32_t)LV_CLAMP(INT32_MIN, libinput_event_touch_get_x_transformed(touch_event, hor_res) - dis… in _read_pointer()451 … = (int32_t)LV_CLAMP(INT32_MIN, libinput_event_touch_get_y_transformed(touch_event, ver_res) - dis… in _read_pointer()