4#ifndef QLIBINPUTHANDLER_P_H
5#define QLIBINPUTHANDLER_P_H
7#include <QtCore/QObject>
8#include <QtCore/QScopedPointer>
10#include <QtCore/QLoggingCategory>
11#include <QtCore/private/qglobal_p.h>
33class QLibInputPointer;
34class QLibInputKeyboard;
46 void processEvent(libinput_event *ev);
51 QScopedPointer<QSocketNotifier> m_notifier;
52 QScopedPointer<QLibInputPointer> m_pointer;
53 QScopedPointer<QLibInputKeyboard> m_keyboard;
54 QScopedPointer<QLibInputTouch> m_touch;
55 QMap<
int,
int> m_devCount;
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcEventDispatcher)