struct
WheelEvent
public sealed struct WheelEvent Information about a mouse wheel scroll event of a Widget.
Properties
| Name | Type | Description |
|---|---|---|
Delta | Single | |
Position | Vector2 | |
GlobalPosition | Vector2 | |
Accepted | Boolean | |
KeyboardModifiers | KeyboardModifiers | |
HasShift | Boolean | |
HasCtrl | Boolean | |
HasAlt | Boolean |
Methods
Void Accept() Void Ignore()