Click or drag to resize

MouseIsAnyButtonPressed Method

Returns true if any of the specified mouse buttons is pressed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool IsAnyButtonPressed(
	MouseButtons buttons
)

Parameters

buttons
Type: Eto.FormsMouseButtons

[Missing <param name="buttons"/> documentation for "M:Eto.Forms.Mouse.IsAnyButtonPressed(Eto.Forms.MouseButtons)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Eto.Forms.Mouse.IsAnyButtonPressed(Eto.Forms.MouseButtons)"]

See Also