Gets whether mouse button was pressed.
    Namespace: 
   PerpetuumSoft.Framework.ModelAssembly: PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public MouseButtons Button { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property Button As MouseButtons  | 
| Visual C++ | 
|---|
public: property MouseButtons Button { MouseButtons get (); }  |