MouseDelta Type
Mouse state delta containing position and button changes.
This struct is emitted when mouse state changes (movement, button press, or scroll wheel).
Record fields
| Record Field |
Description
|
|
Button state changes.
|
Current mouse position in screen coordinates.
|
|
|
Change in position since last frame.
|
Full Usage:
ScrollDelta
Field type: int
|
Scroll wheel delta (positive = up, negative = down).
|
Mibo