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

  /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);
  /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;

Completed in 6 milliseconds