Does anyone here have experience publishing to Android TV? A concern that I have is if the controller events are universal among all the different manufacturers which support Android TV (i.e. Samsung, Sony, Sharp, Nexus Player, etc). Below is a list of controller events found here on the site:
codes[19] = 'up' codes[20] = 'down' codes[21] = 'left' codes[22] = 'right' codes[4] = 'back' codes[82] = 'menu' codes[96] = 'a' codes[97] = 'b' codes[99] = 'x' codes[100] = 'y'
Is it safe to expect these events to be the same across all devices and controllers? Or might different manufacturers use different keycodes?