4#ifndef QLIBINPUTPOINTER_P_H
5#define QLIBINPUTPOINTER_P_H
7#include <QtCore/QPoint>
8#include <QtCore/private/qglobal_p.h>
21struct libinput_event_pointer;
30 void processButton(libinput_event_pointer *e);
31 void processMotion(libinput_event_pointer *e);
32 void processAbsMotion(libinput_event_pointer *e);
33 void processAxis(libinput_event_pointer *e);
35 void setPos(
const QPoint &pos);
39 Qt::MouseButtons m_buttons;
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcEventDispatcher)