From 21856280fabb074c73026392939f2e6ba5b1f20d Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Wed, 5 Oct 2022 10:32:04 +0800 Subject: [PATCH] Describe the left mouse button constant as the primary button (cherry picked from commit f6e9565bdc56c2def2a0bb87b77bdf4f36bd70bc) --- doc/classes/@GlobalScope.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index eef071ebdf2..9d7a6a2642b 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -902,10 +902,10 @@ Group Switch key mask. - Left mouse button. + Primary mouse button, usually the left button. - Right mouse button. + Secondary mouse button, usually the right button. Middle mouse button. @@ -929,10 +929,10 @@ Mouse wheel right button (only present on some mice). - Left mouse button mask. + Primary mouse button mask, usually for the left button. - Right mouse button mask. + Secondary mouse button mask, usually for the right button. Middle mouse button mask.