SDL/android-project
Sam Lantinga 5db002bb1e Fixed bug 2949 - [Android] Virtual DPAD remote not registered
Sylvain

I have an android device to which I try to connect the google virtual remote application.
https://play.google.com/store/apps/details?id=com.google.android.tv.remote

The java method "pollInputDevices()" detects it as an input source 0x701 which is (SOURCE_KEYBOARD | SOURCE_GAMEPAD | SOURCE_DPAD).

It it not added because it does not AND-bitwise with "SOURCE_CLASS_JOYSTICK".
It's only a virtual DPAD and it works when checking also with SOURCE_CLASS_BUTTON
2015-06-16 23:58:09 -07:00
..
jni Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
res Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
src/org/libsdl/app Fixed bug 2949 - [Android] Virtual DPAD remote not registered 2015-06-16 23:58:09 -07:00
AndroidManifest.xml Android: Added deactivated intent filter for testing drop file support. 2015-06-05 19:40:50 +02:00
ant.properties Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
build.properties Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
build.xml Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
default.properties Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
proguard-project.txt Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
project.properties Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00