API ReferenceSandbox.UI
MousePanelEventclass
Mouse related `Sandbox.UI.PanelEvent`.
Constructors1
Showing 1 constructors
public MousePanelEvent(string event_name, Sandbox.UI.Panel active, string button)
| Parameter | Type | Description |
|---|---|---|
| event_name | string | — |
| active | Panel | — |
| button | string | — |
No results match this filter.
Properties1
Showing 1 properties
public Sandbox.MouseButtons Sandbox.UI.MousePanelEvent.MouseButton { get; set; }
Which button triggered the event, as a `Sandbox.MouseButtons` enum.
No results match this filter.