Lines Matching defs:pPointer
295 DarwinMouseProc(DeviceIntPtr pPointer, int what)
306 pPointer->public.on = FALSE;
320 InitPointerDeviceStruct((DevicePtr)pPointer, map, NBUTTONS,
325 InitValuatorAxisStruct(pPointer, 0, axes_labels[0],
328 InitValuatorAxisStruct(pPointer, 1, axes_labels[1],
331 InitValuatorAxisStruct(pPointer, 2, axes_labels[2],
334 InitValuatorAxisStruct(pPointer, 3, axes_labels[3],
337 InitValuatorAxisStruct(pPointer, 4, axes_labels[4],
340 InitValuatorAxisStruct(pPointer, 5, axes_labels[5],
344 SetScrollValuator(pPointer, 4, SCROLL_TYPE_VERTICAL, -1.0, SCROLL_FLAG_PREFERRED);
345 SetScrollValuator(pPointer, 5, SCROLL_TYPE_HORIZONTAL, -1.0, SCROLL_FLAG_NONE);
349 pPointer->public.on = TRUE;
355 pPointer->public.on = FALSE;
366 DarwinTabletProc(DeviceIntPtr pPointer, int what)
376 pPointer->public.on = FALSE;
389 InitPointerDeviceStruct((DevicePtr)pPointer, map, NBUTTONS,
394 InitProximityClassDeviceStruct(pPointer);
396 InitValuatorAxisStruct(pPointer, 0, axes_labels[0],
399 InitValuatorAxisStruct(pPointer, 1, axes_labels[1],
402 InitValuatorAxisStruct(pPointer, 2, axes_labels[2],
405 InitValuatorAxisStruct(pPointer, 3, axes_labels[3],
409 InitValuatorAxisStruct(pPointer, 4, axes_labels[4],
414 // pPointer->use = IsXExtensionDevice;
418 pPointer->public.on = TRUE;
424 pPointer->public.on = FALSE;