Amazon FireTV. Any chance Corona SDK will support this?

I just added this to the RGEasy lua file:   if(onFTV) codes to allow gamepad A and B buttons to do select and back. (og and added codes for x and y is you need them). Unless you wanted them to do something else they are routed to the same as the “back” and “enter” buttons of the remote

codes[96] = ‘select’ --button A

codes[97] = ‘back’–button B

codes[99] = ‘x’ --button X

codes[100] = ‘y’–button Y

Hey Rob,

  Thanks for providing the keycodes for this - it allowed me to get my app approved for the standard amazon controller when it previously hadn’t.

Excellent! Glad to help :slight_smile: