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
qlibinputkeyboard.cpp File Reference

(298c9509129cf039a1da75d5682cbe273a341590)

#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.