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

  /xsrc/external/mit/xorg-server/dist/Xi/
extinit.c 333 int DeviceValuator;
507 * This function swaps the DeviceValuator event.
512 SEventDeviceValuator(deviceValuator * from, deviceValuator * to)
1040 DeviceValuator = extEntry->eventBase;
1041 DeviceKeyPress = DeviceValuator + 1;
1137 DeviceValuator = 0;
1175 EventSwapVector[DeviceValuator] = NotImplemented;
1242 if (type == DeviceValuator)
1243 DO_SWAP(SEventDeviceValuator, deviceValuator);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xi/
extinit.c 344 int DeviceValuator;
531 * This function swaps the DeviceValuator event.
536 SEventDeviceValuator(deviceValuator * from, deviceValuator * to)
985 DeviceValuator = extEntry->eventBase;
986 DeviceKeyPress = DeviceValuator + 1;
1090 DeviceValuator = 0;
1128 EventSwapVector[DeviceValuator] = NotImplemented;
1191 if (type == DeviceValuator)
1192 DO_SWAP(SEventDeviceValuator, deviceValuator);
    [all...]

Completed in 7 milliseconds