Please any help will be appreciated sir !! How can I use the center button on the fire tv remote. it should of worked as the A button but it doesn’t. The d-pad controls work fine when I test on the fire tv but the center button doesn’t work. please help I’m new to Gdevelop
thank you
The center button on the Fire Tv remote emulates the enter key. But for some reason, it’s not the regular Enter key, It’s the Enter key over by the Number Pad.
If you test for ‘NumpadReturn’ the Center button will work.
Hello, I searched the forums and interestingly enough I couldn’t find this thread unless I searched on Google. I think because this is a very old thread, and my apologizes for resurrecting an older topic.
However, I am very interested in seeing what you did for some platformer controls for Fire TV on the Amazon app store. I submitted my app for fire TV but it just got rejected. It seems you could not navigate past the main menu, when you press the center button on the Fire TV remote. So my questions are:
NumpadReturn works for the center button on the fire remote?
Is player movement controlled with the Fire TV Remote directional buttons?
I only have two other buttons for gameplay, what works for a jump or pause button?
Are javascript code blocks required to get this to work?