Lines Matching defs:pPointer
287 static int DarwinMouseProc(DeviceIntPtr pPointer, int what) {
297 pPointer->public.on = FALSE;
312 InitPointerDeviceStruct((DevicePtr)pPointer, map, NBUTTONS,
317 InitAbsoluteClassDeviceStruct(pPointer);
318 // InitValuatorAxisStruct(pPointer, 0, 0, XQUARTZ_VALUATOR_LIMIT, 1, 0, 1, Absolute);
319 // InitValuatorAxisStruct(pPointer, 1, 0, XQUARTZ_VALUATOR_LIMIT, 1, 0, 1, Absolute);
322 pPointer->public.on = TRUE;
327 pPointer->public.on = FALSE;
337 static int DarwinTabletProc(DeviceIntPtr pPointer, int what) {
346 pPointer->public.on = FALSE;
359 InitPointerDeviceStruct((DevicePtr)pPointer, map, NBUTTONS,
364 InitProximityClassDeviceStruct(pPointer);
365 InitAbsoluteClassDeviceStruct(pPointer);
367 InitValuatorAxisStruct(pPointer, 0, axes_labels[0], 0, XQUARTZ_VALUATOR_LIMIT, 1, 0, 1, Absolute);
368 InitValuatorAxisStruct(pPointer, 1, axes_labels[1], 0, XQUARTZ_VALUATOR_LIMIT, 1, 0, 1, Absolute);
369 InitValuatorAxisStruct(pPointer, 2, axes_labels[2], 0, XQUARTZ_VALUATOR_LIMIT, 1, 0, 1, Absolute);
370 InitValuatorAxisStruct(pPointer, 3, axes_labels[3], -XQUARTZ_VALUATOR_LIMIT, XQUARTZ_VALUATOR_LIMIT, 1, 0, 1, Absolute);
371 InitValuatorAxisStruct(pPointer, 4, axes_labels[4], -XQUARTZ_VALUATOR_LIMIT, XQUARTZ_VALUATOR_LIMIT, 1, 0, 1, Absolute);
372 // pPointer->use = IsXExtensionDevice;
375 pPointer->public.on = TRUE;
380 pPointer->public.on = FALSE;