By default android_native_app_glue uses the filter which only listens to SOURCE_TOUCHSCREEN (0x1002) events.
It doesn't seem to work on emulators - I saw event->source == 0x5002, can't even find a constant for that. The same problem I've experienced with the Samsung s-pen input devices.
So it would be great to have an option to setup the filter or drop it completely.
By default android_native_app_glue uses the filter which only listens to
SOURCE_TOUCHSCREEN (0x1002)events.It doesn't seem to work on emulators - I saw
event->source == 0x5002, can't even find a constant for that. The same problem I've experienced with the Samsung s-pen input devices.So it would be great to have an option to setup the filter or drop it completely.