diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 5bb10d162ff..6f455f35c1b 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.