Start use user-events for scroll events.

In the same way as keyboard and mouse events.
This commit is contained in:
Andrey Antukh 2017-01-16 17:47:01 +01:00
parent 7a7059e172
commit e3f58f6823
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
5 changed files with 42 additions and 33 deletions

View file

@ -85,6 +85,10 @@
(-> (l/in [:pointer :window])
(l/derive workspace)))
(def workspace-scroll
(-> (l/key :scroll)
(l/derive workspace)))