Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c587 InternalEvent *motion_event, in TouchConvertToPointerEvent() argument
594 BUG_RETURN_VAL(!motion_event, 0); in TouchConvertToPointerEvent()
616 motion_event->device_event = event->device_event; in TouchConvertToPointerEvent()
617 motion_event->any.type = ET_Motion; in TouchConvertToPointerEvent()
618 motion_event->device_event.detail.button = 0; in TouchConvertToPointerEvent()
619 motion_event->device_event.flags = XIPointerEmulated; in TouchConvertToPointerEvent()