From 46b5622d84d19cf19615d5e3c86116de67948d1c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 27 Aug 2017 01:01:07 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 168fad7e..dc894893 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -1254,7 +1254,10 @@ var LockUnfocusedActions = actions.Actions({ toggleUnfocusedLock: ['Interface/Lock unfocused viewer', core.doc`Toggle unfocused viewer locking... - NOTE: this defines the handlers on window.`, + When enabled this will prevent mouse, touch and context menu events + from reaching the viewer. + + NOTE: this defines the focus/blur handlers on the window object.`, core.makeConfigToggler('lock-unfocused', ['off', 'on'], function(state){