summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevmouse/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/evdevmouse/README')
-rw-r--r--src/plugins/generic/evdevmouse/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/generic/evdevmouse/README b/src/plugins/generic/evdevmouse/README
new file mode 100644
index 0000000000..b89c0a7066
--- /dev/null
+++ b/src/plugins/generic/evdevmouse/README
@@ -0,0 +1,11 @@
+Generic plug-in for absolute & relative evdev pointer events.
+
+To use it, launch apps with -plugin EvdevMouse
+
+The plug-in will try to pick a mouse or touchpad device from udev.
+If automatic detection does not work, use -plugin
+EvdevMouse:/dev/input/eventN to explicitly set the device node.
+
+The initial cursor position is assumed to be (0, 0). Relative events
+will generate Qt mouse events with screen positions relative to this
+initial position.