Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qbsdmouse.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "qbsdmouse.h"
#include <QFile>
#include <QSocketNotifier>
#include <QStringList>
#include <QPoint>
#include <QGuiApplication>
#include <qpa/qwindowsysteminterface.h>
#include <private/qguiapplication_p.h>
#include <private/qinputdevicemanager_p_p.h>
#include <private/qcore_unix_p.h>
#include <qdebug.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/mouse.h>
#include <unistd.h>
+ Include dependency graph for qbsdmouse.cpp:

Go to the source code of this file.

Enumerations

enum  { PsmLevelBasic = 0 , PsmLevelExtended = 1 , PsmLevelNative = 2 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PsmLevelBasic 
PsmLevelExtended 
PsmLevelNative 

Definition at line 25 of file qbsdmouse.cpp.