Bone008 / GlowSequencer

GUI to facilitate creating shows for programmable LED juggling equipment. Currently outputs files for Aerotech Ultimate products.
2 stars 2 forks source link

Allow horizontal scrolling with touchpad #34

Open Bone008 opened 6 years ago

Bone008 commented 6 years ago

Not sure which event is generated or how it is currently handled, need to investigate.

Bone008 commented 6 years ago

Note that WPF does not support horizontal scrolling events out of the box (wtf?). Need to hook Windows messages: https://walterlv.github.io/post/handle-horizontal-scrolling-of-touchpad-en.html