From 0a89b0f76785fe0865894e5b1e37892e17ccd069 Mon Sep 17 00:00:00 2001 From: Jerome67000 Date: Mon, 16 Oct 2017 00:07:13 +0200 Subject: [DOCS] InputEvent* --- doc/classes/InputEventMouse.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/classes/InputEventMouse.xml') diff --git a/doc/classes/InputEventMouse.xml b/doc/classes/InputEventMouse.xml index 57f0acbf30..38eec74ffa 100644 --- a/doc/classes/InputEventMouse.xml +++ b/doc/classes/InputEventMouse.xml @@ -4,8 +4,10 @@ Base input event type for mouse events. + Stores general mouse events informations. + http://docs.godotengine.org/en/stable/learning/features/inputs/inputevent.html @@ -58,10 +60,10 @@ Mouse button mask identifier, one of or a bitwise combination of the BUTTON_MASK_* constants in [@Global Scope]. - Global position of the mouse click. + Mouse position relative to the current [Viewport] when used in [method Control._gui_input], otherwise is at 0,0. - Local position of the mouse click. + Mouse local position relative to the [Viewport]. If used in [method Control._gui_input] the position is relative to the current [Control] wich is under the mouse. -- cgit v1.2.3