|  | 
| void | keyChanged (quint32 key, InputRedirection::KeyboardKeyState, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pointerButtonChanged (quint32 button, InputRedirection::PointerButtonState state, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pointerMotionAbsolute (const QPointF &position, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pointerMotion (const QPointF &delta, const QPointF &deltaNonAccelerated, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pointerAxisChanged (InputRedirection::PointerAxis axis, qreal delta, qint32 deltaV120, InputRedirection::PointerAxisSource source, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pointerFrame (InputDevice *device) | 
|  | 
| void | touchFrame (InputDevice *device) | 
|  | 
| void | touchCanceled (InputDevice *device) | 
|  | 
| void | touchDown (qint32 id, const QPointF &absolutePos, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | touchUp (qint32 id, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | touchMotion (qint32 id, const QPointF &absolutePos, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | swipeGestureBegin (int fingerCount, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | swipeGestureUpdate (const QPointF &delta, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | swipeGestureEnd (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | swipeGestureCancelled (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pinchGestureBegin (int fingerCount, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pinchGestureUpdate (qreal scale, qreal angleDelta, const QPointF &delta, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pinchGestureEnd (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | pinchGestureCancelled (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | holdGestureBegin (int fingerCount, std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | holdGestureEnd (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | holdGestureCancelled (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | switchToggledOn (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | switchToggledOff (std::chrono::microseconds time, InputDevice *device) | 
|  | 
| void | tabletToolEvent (InputRedirection::TabletEventType type, const QPointF &pos, qreal pressure, int xTilt, int yTilt, qreal rotation, bool tipDown, bool tipNear, const TabletToolId &tabletToolId, std::chrono::microseconds time) | 
|  | 
| void | tabletToolButtonEvent (uint button, bool isPressed, const TabletToolId &tabletToolId, std::chrono::microseconds time) | 
|  | 
| void | tabletPadButtonEvent (uint button, bool isPressed, const TabletPadId &tabletPadId, std::chrono::microseconds time) | 
|  | 
| void | tabletPadStripEvent (int number, int position, bool isFinger, const TabletPadId &tabletPadId, std::chrono::microseconds time) | 
|  | 
| void | tabletPadRingEvent (int number, int position, bool isFinger, const TabletPadId &tabletPadId, std::chrono::microseconds time) | 
|  | 
Definition at line 14 of file fakeinputdevice.h.