From f6e9565bdc56c2def2a0bb87b77bdf4f36bd70bc Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Wed, 5 Oct 2022 10:32:04 +0800 Subject: Describe the left mouse button constant as the primary button --- 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 5bb10d162f..6f455f35c1 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2260,10 +2260,10 @@ Enum value which doesn't correspond to any mouse button. This is used to initialize [enum MouseButton] properties with a generic state. - Left mouse button. + Primary mouse button, usually the left button. - Right mouse button. + Secondary mouse button, usually the right button. Middle mouse button. @@ -2287,10 +2287,10 @@ Extra mouse button 2 (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. -- cgit v1.2.3