using tauri as the wrapper for a pixi.js application that i'm working on. on the js side, i've run into a problem regarding trackpad detection - the only way i've discovered to detect the trackpad on the js side (found here: https://stackoverflow.com/questions/10744645/detect-touchpad-vs-mouse-in-javascript) seems either to be deprecated or incompatible with the native safari webview i'm developing on macos with.
is there any way to detect whether the user is using the trackpad or mouse at a given moment using tauri-apis instead?