foone / 3DMMForever

A modernized version of the Microsoft 3D Movie Maker release
MIT License
537 stars 24 forks source link

[Feature] Modernize scene selector by allowing mouse scroll #25

Open davidrenne opened 2 years ago

davidrenne commented 2 years ago

Possibly it would be nice to use the scroll wheel to navigate through the scene selector.

willbr commented 1 year ago

You'd need to handle the event: WM_MOUSEWHEEL

https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/kauai/src/appbwin.cpp#L637-L664