From 638e9f3510ec8b8f4024ce1736bdfbd7ed33f9e4 Mon Sep 17 00:00:00 2001 From: Luke Andrew Date: Mon, 26 Aug 2019 22:48:49 +0930 Subject: [PATCH] Point the touch screen FAQ to the menu entry for disabling cursor locking --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1627d7d..0f4a9f2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -67,4 +67,4 @@ The audio/MIDI Bridge drivers will be removed in Rack v2. Rack's window library GLFW does not support [touch input](https://github.com/glfw/glfw/issues/42), so Rack relies on the operating system to control the mouse cursor using the touch screen. This means that multi-touch gestures do not work. -However, you can set `"allowCursorLock"` to `false` in `/settings.json` to improve touch cursor handling for knobs. +However, you can disable the 'cursor locking' feature by disabling the 'Lock cursor while dragging' menu item in the View menu to improve touch cursor handling for knobs.