2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-02-27 13:40:43 +01:00
<class name= "InputEventMouse" inherits= "InputEventWithModifiers" category= "Core" version= "3.1" >
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-06-11 13:35:44 +02:00
<link > http://docs.godotengine.org/en/3.0/tutorials/inputs/inputevent.html</link>
2017-09-12 22:42:36 +02:00
</tutorials>
<demos >
</demos>
<methods >
</methods>
<members >
2017-09-13 08:49:40 +02:00
<member name= "button_mask" type= "int" setter= "set_button_mask" getter= "get_button_mask" >
2017-11-15 18:45:34 +01:00
Mouse button mask identifier, one of or a bitwise combination of the BUTTON_MASK_* constants in [@GlobalScope].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "global_position" type= "Vector2" setter= "set_global_position" getter= "get_global_position" >
2017-10-16 00:07:13 +02:00
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>
2017-09-13 08:49:40 +02:00
<member name= "position" type= "Vector2" setter= "set_position" getter= "get_position" >
2018-01-18 21:37:17 +01:00
Mouse local 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>