 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef UINPUTEVENTHANDLER_H
20 #define UINPUTEVENTHANDLER_H
42 virtual bool init()
override;
43 virtual bool cleanup()
override;
51 virtual QString
getName()
override;
85 void x11ResetMouseAccelerationChange();
93 #if defined(Q_OS_UNIX)
94 bool is_problem_with_opening_uinput_present;
98 void testAndAppend(
bool tested, QList<unsigned int> &tempList,
unsigned int key);
99 void initDevice(
int &device, QString name,
bool &result);
102 #endif // UINPUTEVENTHANDLER_H
const QString mouseDeviceName("antimicrox Mouse Emulation")
the intent is to exercise the right to control the distribution of derivative or collective works based on the Library In mere aggregation of another work not based on the Library with the you must alter all the notices that refer to this so that they refer to the ordinary GNU General Public instead of to this it is irreversible for that so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy This option is useful when you wish to copy part of the code of the Library into a program that is not a library You may copy and distribute the which must be distributed under the terms of Sections and above on a medium customarily used for software interchange If distribution of object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code
Definition: lgpl-2.1.txt:237
charKeyInformation getCharKeyInformation(QChar value)
Definition: qtkeymapperbase.cpp:69
const QString springMouseDeviceName("antimicrox Abs Mouse Emulation")
#define PRINT_STDERR()
Definition: logger.h:39
const QString keyboardDeviceName("antimicrox Keyboard Emulation")
virtual int returnQtKey(int key, int scancode=0)
Definition: qtkeymapperbase.cpp:32
Definition: antkeymapper.h:36
Base class for input event handlers.
Definition: baseeventhandler.h:32
static AntKeyMapper * getInstance(QString handler="")
Definition: antkeymapper.cpp:80
virtual int returnVirtualKey(int qkey)
Definition: qtkeymapperbase.cpp:39
QString lastErrorString
Definition: baseeventhandler.h:64
QtKeyMapperBase * getNativeKeyMapper() const
Definition: antkeymapper.cpp:108
QtKeyMapperBase * getKeyMapper() const
Definition: antkeymapper.cpp:110
Definition: qtx11keymapper.h:24