Click or drag to resize

InputGetMouseButtonMask Method

Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at the same time, the bits are added together.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int GetMouseButtonMask()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Input.GetMouseButtonMask"]

See Also