From 71f304e1eaf2281d674d623e83cdf81bdceec408 Mon Sep 17 00:00:00 2001 From: br00cew4yne Date: Thu, 26 Sep 2024 16:04:13 +0200 Subject: [PATCH] Docs: add information about unfocused windows to TuioTouch README --- src/plugins/generic/tuiotouch/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/generic/tuiotouch/README.md b/src/plugins/generic/tuiotouch/README.md index 26758038960..658dced6f34 100644 --- a/src/plugins/generic/tuiotouch/README.md +++ b/src/plugins/generic/tuiotouch/README.md @@ -45,6 +45,9 @@ You can also rotate the coordinates directly, using the rotate option: Supported rotations are 90, 180, and 270. +If you need to receive touch events while the window is not in focus, make sure +that the QT_TUIOTOUCH_DELIVER_WITHOUT_FOCUS environment variable is set. + ## Further work * Support other profiles (we implement 2Dcur, we want 2Dobj, 2Dblb?)