s&box docs

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()

Properties

Showing 8 properties

public bool Editor.WheelEvent.Accepted { get; set; }

public float Editor.WheelEvent.Delta { get; set; }

public bool Editor.WheelEvent.HasAlt { get; set; }

public bool Editor.WheelEvent.HasCtrl { get; set; }

public bool Editor.WheelEvent.HasShift { get; set; }

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.WheelEvent

On this page