InputEventMouse

Inherits: InputEventWithModifiers < InputEvent < Resource < Reference < Object

Inherited By: InputEventMouseButton, InputEventMouseMotion

Category: Core

Brief Description

Base input event type for mouse events.

Properties

intbutton_mask
Vector2global_position
Vector2position

Description

Stores general mouse events information.

Tutorials

Property Descriptions

  • int button_mask
Setterset_button_mask(value)
Getterget_button_mask()

Mouse button mask identifier, one of or a bitwise combination of the BUTTON_MASK_* constants in @GlobalScope.


Setterset_global_position(value)
Getterget_global_position()

Mouse position relative to the current Viewport when used in Control._gui_input, otherwise is at 0,0.


Setterset_position(value)
Getterget_position()

Mouse local position relative to the Viewport. If used in Control._gui_input the position is relative to the current Control which is under the mouse.