Lines Matching defs:axes
409 uint32_t axes,
430 axes,
438 uint32_t axes,
459 axes,
467 uint32_t axes,
479 axes,
486 uint32_t axes,
498 axes,
992 just have too many ABS_ axes */
1748 * them, simply disable the axes so we won't get events,
2000 * accelerometers with other axes */
2871 uint32_t axes = device->scroll.direction;
2874 axes &= ~bit(LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL);
2876 axes &= ~bit(LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL);
2880 evdev_notify_axis_finger(device, time, axes, &event);
2883 evdev_notify_axis_continous(device, time, axes, &event);