Click or drag to resize
DefaultInputProviderAnyMouseButtonDown Method
Return if any of mouse buttons is down.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool AnyMouseButtonDown()

Return Value

Type: Boolean
True if any mouse button is currently down.

Implements

IMouseInputAnyMouseButtonDown
See Also