Skip to content

Make autotests create fake input devices

Julius Zint requested to merge juliuszint/kwin:test-fake-input-devices into master

This is my first attempt at solving this open issue on KWin. I hope to get some early feedback on whether I am on the right track or not.

The VirtualBackend, which is used when running the autotests, already creates VirtualInputDevices. I used those to emit the pointerMotionAbsolute signal.

closes #80 (closed)

Edited by Vlad Zahorodnii

Merge request reports