It would be helpful to tell whether `MouseWheel` events originated from a trackpad or mouse: https://github.com/johanhelsing/bevy_pancam/pull/81#issuecomment-3138826639 [This SO post](https://stackoverflow.com/questions/13442793/distinguishing-actual-scrollwheel-vs-trackpad-vs-tablet-scrolling-events) seems to indicate it can be detected based on the `NSEvent` subtype, so there might be a potential path, at least on MacOS. Maybe someone here knows if this is a possibility, and if so what a path forward might look like?