Amazon Fire TV Remote Controls

Hi, i’m going to make my app available for Amazon Fire tv, so if someone already made a game for this platform can you give me the keyName of the Fire TV remote , i found the gamepad keyNames here:

https://forums.coronalabs.com/topic/47068-fire-tv-owners-please-read/

but i want my game can be played also with the remote.

Do you have access to an Amazon TV and Remote?

If so, setup the key event listener and drop a:

print( event.keyName )

in the handler function and press buttons and see what you get. There seems to be different models of the remote and it looks like there is a pad that might generate axis events. You may need to look for those as well.

Rob

Sorry but i haven’t

Do you have access to an Amazon TV and Remote?

If so, setup the key event listener and drop a:

print( event.keyName )

in the handler function and press buttons and see what you get. There seems to be different models of the remote and it looks like there is a pad that might generate axis events. You may need to look for those as well.

Rob

Sorry but i haven’t