Entity.IsMouseDown Property

GeonBit.UI

EntityIsMouseDown Property
Return if the mouse is currently pressing on this entity (eg over it and left mouse button is down).

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsMouseDown { get; }

Property Value

Type: Boolean
See Also