mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#142 Add WHEEL_SCROLL_BY_INERTION Scroll style param
This commit is contained in:
@@ -73,8 +73,9 @@ M["scroll"] = {
|
||||
INERT_SPEED = 30, -- koef. of inert speed
|
||||
EXTRA_STRETCH_SIZE = 100, -- extra size in pixels outside of scroll (stretch effect)
|
||||
POINTS_DEADZONE = 20, -- Speed to check points of interests in no_inertion mode
|
||||
WHEEL_SCROLL_SPEED = 0,
|
||||
WHEEL_SCROLL_INVERTED = false,
|
||||
WHEEL_SCROLL_SPEED = 0, -- Amount of pixels to scroll by one wheel event (0 to disable)
|
||||
WHEEL_SCROLL_INVERTED = false, -- Boolean to invert wheel scroll side
|
||||
WHEEL_SCROLL_BY_INERTION = false, -- If true, wheel will add inertion to scroll. Direct set position otherwise.
|
||||
SMALL_CONTENT_SCROLL = true, -- If true, content node with size less than view node size can be scrolled
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user