HomeSort by: relevance | last modified time | path
    Searched refs:xitype (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/dix/
eventconvert.c 692 int xitype = 0; local
695 case ET_Motion: xitype = DeviceMotionNotify; break;
696 case ET_ButtonPress: xitype = DeviceButtonPress; break;
697 case ET_ButtonRelease: xitype = DeviceButtonRelease; break;
698 case ET_KeyPress: xitype = DeviceKeyPress; break;
699 case ET_KeyRelease: xitype = DeviceKeyRelease; break;
700 case ET_ProximityIn: xitype = ProximityIn; break;
701 case ET_ProximityOut: xitype = ProximityOut; break;
705 return xitype;
events.c 272 XItoCoreType(int xitype)
275 if (xitype == DeviceMotionNotify)
277 else if (xitype == DeviceButtonPress)
279 else if (xitype == DeviceButtonRelease)
281 else if (xitype == DeviceKeyPress)
283 else if (xitype == DeviceKeyRelease)
  /xsrc/external/mit/xorg-server/dist/dix/
eventconvert.c 973 int xitype = 0; local
977 xitype = DeviceMotionNotify;
980 xitype = DeviceButtonPress;
983 xitype = DeviceButtonRelease;
986 xitype = DeviceKeyPress;
989 xitype = DeviceKeyRelease;
992 xitype = ProximityIn;
995 xitype = ProximityOut;
1000 return xitype;
touch.c 779 int xitype = GetXIType(TouchGetPointerEventType(ev)); local
780 Mask xi_filter = event_get_filter_from_type(dev, xitype);
events.c 284 XItoCoreType(int xitype)
288 if (xitype == DeviceMotionNotify)
290 else if (xitype == DeviceButtonPress)
292 else if (xitype == DeviceButtonRelease)
294 else if (xitype == DeviceKeyPress)
296 else if (xitype == DeviceKeyRelease)

Completed in 11 milliseconds