2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 02:03:48 +01:00
<class name= "InputEventMouse" inherits= "InputEventWithModifiers" version= "4.0" >
2017-09-12 22:42:36 +02:00
<brief_description >
Base input event type for mouse events.
</brief_description>
<description >
2018-01-18 21:37:17 +01:00
Stores general mouse events information.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
2018-11-05 08:46:27 +01:00
<link > https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html</link>
2017-09-12 22:42:36 +02:00
</tutorials>
<methods >
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "button_mask" type= "int" setter= "set_button_mask" getter= "get_button_mask" default= "0" >
2019-06-22 01:04:47 +02:00
The mouse button mask identifier, one of or a bitwise combination of the [enum ButtonList] button masks.
2017-09-12 22:42:36 +02:00
</member>
2019-06-29 12:38:01 +02:00
<member name= "global_position" type= "Vector2" setter= "set_global_position" getter= "get_global_position" default= "Vector2( 0, 0 )" >
2019-06-22 01:04:47 +02:00
The global mouse position relative to the current [Viewport] when used in [method Control._gui_input], otherwise is at 0,0.
2017-09-12 22:42:36 +02:00
</member>
2019-06-29 12:38:01 +02:00
<member name= "position" type= "Vector2" setter= "set_position" getter= "get_position" default= "Vector2( 0, 0 )" >
2019-06-22 01:04:47 +02:00
The local mouse position relative to the [Viewport]. If used in [method Control._gui_input], the position is relative to the current [Control] which is under the mouse.
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
</constants>
</class>