Searched refs:button_event (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A DmouseEmu3btn.c99 struct button_event { struct
109 struct button_event event1;
110 struct button_event event2;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dtouch.c541 * @param[in] button_event The respective button event (if any)
551 InternalEvent *button_event)
585 BUG_RETURN_VAL(!button_event, 0);
586 button_event->device_event = event->device_event;
587 button_event->any.type = ptrtype;
588 button_event->device_event.flags = XIPointerEmulated;
549 TouchConvertToPointerEvent(const InternalEvent * event,InternalEvent * motion_event,InternalEvent * button_event) argument

Completed in 4 milliseconds