Add ability to handle wheel events with clog:set-on-wheel

This commit is contained in:
Aethor 2025-03-03 11:15:39 +01:00
parent 4bac089b18
commit 36e2bd0d18
3 changed files with 44 additions and 0 deletions

View file

@ -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)