#123 Add mouse scroll for Scroll component

This commit is contained in:
Insality
2021-04-01 22:47:12 +03:00
parent 72efdc13bf
commit 2917affe5e
3 changed files with 52 additions and 1 deletions

View File

@@ -152,3 +152,8 @@ _after:_
```lua
local Drag = component.create("drag", { component.ON_INPUT }, const.PRIORITY_INPUT_HIGH)
```
- **#123** Add scroll for Scroll component via mouse wheel or touchpad:
-- Added Scroll style params: WHEEL_SCROLL_SPEED, WHEEL_SCROLL_INVERTED
-- Mouse scroll working when cursor is hover on scroll view node
-- Vertical scroll have more priority than horizontal
-- Fix: When Hover component node became disabled, reset hover state (throw on_hover and on_mouse_hover events)