API ReferenceEditor
WheelEventclass
Information about a mouse wheel scroll event of a `Editor.Widget`.
object→WheelEvent
Methods2
Showing 2 methods
public void Accept()
Returns:
void—public void Ignore()
Returns:
void—No results match this filter.
Properties8
Showing 8 properties
public bool Editor.WheelEvent.Accepted { get; set; }
Returns:
bool—public float Editor.WheelEvent.Delta { get; set; }
Returns:
float—public Vector2 Editor.WheelEvent.GlobalPosition { get; set; }
public bool Editor.WheelEvent.HasAlt { get; set; }
Returns:
bool—public bool Editor.WheelEvent.HasCtrl { get; set; }
Returns:
bool—public bool Editor.WheelEvent.HasShift { get; set; }
Returns:
bool—public Sandbox.KeyboardModifiers Editor.WheelEvent.KeyboardModifiers { get; set; }
public Vector2 Editor.WheelEvent.Position { get; set; }
No results match this filter.