We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3895 - Android: make sure virtual/tv remote are detected
Summary: Android: make sure virtual/tv remote are detected
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: don't know
Hardware: x86_64 Android (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-20 09:01 UTC by Sylvain
Modified: 2017-10-20 17:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain 2017-10-20 09:01:47 UTC
I would like to double check that virtual remote (https://play.google.com/store/apps/details?id=com.google.android.tv.remote) and real tv remote controls are still detected on Android-TV. (either as joysticks or keyboards or something else).

recent commits might break this: 

https://hg.libsdl.org/SDL/rev/a970b2ae1bd7
https://hg.libsdl.org/SDL/rev/4a94743e31fe

there were some old bugs fixed: bug 3444, bug 3426, bug 2949, bug 2948

https://hg.libsdl.org/SDL/rev/bac107c32a37
https://hg.libsdl.org/SDL/rev/f6567f77f663

I can't try this right now, but will try in a few days.
Comment 1 Sam Lantinga 2017-10-20 17:12:00 UTC
They shouldn't be detected as joysticks. Maybe we need to remap DPAD functionality as arrow keys?
Comment 2 Sam Lantinga 2017-10-20 17:36:50 UTC
I reverted the changes so we don't introduce regressions right now:
https://hg.libsdl.org/SDL/rev/2393519f642e

Thanks!