Is it possible to use the QAbstractNativeEventFilter on Android yet? I've tried subclassing it and reimplementing the nativeEventFilter function, but it is never called. The same code does work on Windows though. I need this functionality to pass events on to a 3rd-party input library for a game engine that I'm working on. Any input is much appreciated.
Thanks!
Bookmarks