API ReferenceEditor
public sealed struct Editor.WheelEvent
Information about a mouse wheel scroll event of a `Editor.Widget`.
Methods
Showing 2 methods
public void Accept()
public void Ignore()
No results match this filter.
Properties
Showing 8 properties
public bool Editor.WheelEvent.Accepted { get; set; }
public float Editor.WheelEvent.Delta { get; set; }
public Vector2 Editor.WheelEvent.GlobalPosition { get; set; }
public bool Editor.WheelEvent.HasAlt { get; set; }
public bool Editor.WheelEvent.HasCtrl { get; set; }
public bool Editor.WheelEvent.HasShift { get; set; }
public Sandbox.KeyboardModifiers Editor.WheelEvent.KeyboardModifiers { get; set; }
public Vector2 Editor.WheelEvent.Position { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.WheelEvent |