question

crazii avatar image
crazii asked

Native Input for FireTV Controllers

Hi all, I'm new to Fire TV development and I am a native developer with little experience on Java. I am trying to add Fire TV controller support to our game. I was planning to use gamecontroller.jar as the Fire TV samples does, but From the doc ( https://developer.amazon.com/public/solutions/devices/fire-tv/docs/amazon-fire-game-controller-input) I can see the controller input events are mapped into keycodes/motions etc. Just wanna know if I can handle all the controller input events in native end, like I did in the common native way processing touch events? I am not quite sure because there's no docs mentioning it, and I'm also afraid of native bugs Thanks in advance. :D
fire tv
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

crazii avatar image
crazii answered
By using native code, We've test out that it works fine, for now. Let's hope there's no un-documented problems. :)
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.