Click or drag to resize
IMouseInputAnyMouseButtonDown 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#
bool AnyMouseButtonDown()

Return Value

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