Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 , PsmLevelBasic = 0 ,
  PsmLevelExtended = 1 , PsmLevelNative = 2
}
enum  {
  PsmLevelBasic = 0 , PsmLevelExtended = 1 , PsmLevelNative = 2 , PsmLevelBasic = 0 ,
  PsmLevelExtended = 1 , PsmLevelNative = 2
}

Enumeration Type Documentation

◆ anonymous enum [1/2]

anonymous enum
Enumerator
PsmLevelBasic 
PsmLevelExtended 
PsmLevelNative 
PsmLevelBasic 
PsmLevelExtended 
PsmLevelNative 

Definition at line 25 of file qbsdmouse.cpp.

◆ anonymous enum [2/2]

anonymous enum
Enumerator
PsmLevelBasic 
PsmLevelExtended 
PsmLevelNative 
PsmLevelBasic 
PsmLevelExtended 
PsmLevelNative 

Definition at line 25 of file qbsdmouse.cpp.