WheelEventclass

Information about a mouse wheel scroll event of a `Editor.Widget`.

objectWheelEvent
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public sealed struct Editor.WheelEvent

Methods2

Showing 2 methods

public void Accept()PUBLIC

Returns:void

public void Ignore()PUBLIC

Returns:void

Properties8

Showing 8 properties

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

Returns:bool

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

Returns:float

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

Returns:bool

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

Returns:bool

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

Returns:bool

On this page