mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Add ability to handle wheel events with clog:set-on-wheel
This commit is contained in:
parent
4bac089b18
commit
36e2bd0d18
3 changed files with 44 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ embedded in a native template application.)"
|
|||
(set-on-mouse-down generic-function)
|
||||
(set-on-mouse-up generic-function)
|
||||
(set-on-mouse-move generic-function)
|
||||
(set-on-wheel generic-function)
|
||||
(set-on-pointer-enter generic-function)
|
||||
(set-on-pointer-leave generic-function)
|
||||
(set-on-pointer-over generic-function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue