 |
AntiMicroX
|
Go to the documentation of this file.
18 #ifndef WINVMULTIEVENTHANDLER_H
19 #define WINVMULTIEVENTHANDLER_H
28 #include <vmulticlient.h>
46 virtual void sendMouseSpringEvent(
unsigned int xDis,
unsigned int yDis,
unsigned int width,
unsigned int height);
69 #endif // WINVMULTIEVENTHANDLER_H
QtKeyMapperBase * nativeKeyMapper
Definition: winvmultieventhandler.h:62
virtual QString getName()
Definition: winvmultieventhandler.cpp:369
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
virtual QString getIdentifier()
Definition: winvmultieventhandler.cpp:371
virtual void sendMouseAbsEvent(int xDis, int yDis, int screen)
Move cursor to selected absolute location (x, y) on selected display.
Definition: winvmultieventhandler.cpp:357
virtual bool cleanup()
Definition: winvmultieventhandler.cpp:75
WinVMultiEventHandler(QObject *parent=0)
Definition: winvmultieventhandler.cpp:27
WinSendInputEventHandler sendInputHandler
Definition: winvmultieventhandler.h:61
pvmulti_client vmulti
Definition: winvmultieventhandler.h:55
virtual bool init()
Definition: winvmultieventhandler.cpp:45
Base class for input event handlers.
Definition: baseeventhandler.h:32
QVector< BYTE > keyboardKeys
Definition: winvmultieventhandler.h:60
~WinVMultiEventHandler()
Definition: winvmultieventhandler.cpp:43
BYTE shiftKeys
Definition: winvmultieventhandler.h:57
BYTE extraKeys
Definition: winvmultieventhandler.h:59
static AntKeyMapper * getInstance(QString handler="")
Definition: antkeymapper.cpp:80
virtual int returnVirtualKey(int qkey)
Definition: qtkeymapperbase.cpp:39
virtual void sendMouseButtonEvent(JoyButtonSlot *slot, bool pressed)
Definition: winvmultieventhandler.cpp:277
virtual void sendMouseSpringEvent(unsigned int xDis, unsigned int yDis, unsigned int width, unsigned int height)
Definition: winvmultieventhandler.cpp:346
Definition: qtkeymapperbase.h:25
virtual void sendKeyboardEvent(JoyButtonSlot *slot, bool pressed)
Definition: winvmultieventhandler.cpp:92
BYTE multiKeys
Definition: winvmultieventhandler.h:58
virtual void sendTextEntryEvent(QString maintext)
Definition: winvmultieventhandler.cpp:367
Definition: winvmultieventhandler.h:33
BYTE mouseButtons
Definition: winvmultieventhandler.h:56
virtual void sendMouseEvent(int xDis, int yDis)
Move cursor to selected relative location (deltax delaty)
Definition: winvmultieventhandler.cpp:341
QtKeyMapperBase * getNativeKeyMapper() const
Definition: antkeymapper.cpp:108
static const int consumerUsagePagePrefix
Definition: qtvmultikeymapper.h:30