InputHelper.AnyMouseButtonDown Method

GeonBit.UI

InputHelperAnyMouseButtonDown 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.
See Also