Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qlibinputkeyboard.cpp File Reference
#include "qlibinputkeyboard_p.h"
#include <QtCore/QLoggingCategory>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qinputdevicemanager_p.h>
#include <qpa/qwindowsysteminterface.h>
#include <libinput.h>
+ Include dependency graph for qlibinputkeyboard.cpp:

Go to the source code of this file.

Variables

QT_BEGIN_NAMESPACE const int REPEAT_DELAY = 500
 
const int REPEAT_RATE = 100
 

Variable Documentation

◆ REPEAT_DELAY

QT_BEGIN_NAMESPACE const int REPEAT_DELAY = 500

Definition at line 20 of file qlibinputkeyboard.cpp.

Referenced by QLibInputKeyboard::processKey().

◆ REPEAT_RATE

const int REPEAT_RATE = 100

Definition at line 21 of file qlibinputkeyboard.cpp.