The mouse button identifier, one of the buttonlist button or button wheel constants.
If true, the mouse button's state is a double-click.
The amount (or delta) of the event. When used for high-precision scroll events, this indicates the scroll amount (vertical or horizontal). This is only supported on some platforms; the reported sensitivity varies depending on the platform. May be 0 if not supported.
If true, the mouse button's state is pressed. If false, the mouse button's state is released.
Construct a new instance of InputEventMouseButton. Note: use memnew!InputEventMouseButton instead.
Input event type for mouse button events.
Contains mouse click information. See Node._input.