MouseWheelTrigger¶
Inherits |
|
Action events |
|
Type |
Motion trigger (delta based on distance) |
Performed by using a scroll wheel.
Configuration¶
Properties¶
Property |
Type |
Description |
|---|---|---|
direction |
enum(left, right, up, down, left_right, up_down) |
|
Description¶
Wheel triggers can have two different lifecycles - if the trigger has an on: update action and a mouse button or keyboard modifier is present, the trigger
begins on the first scroll event and ends when a modifier/button is released, otherwise it begins and ends on the same scroll event.