Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added key pad cursor control (for using it on e.g. Fire TV) #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matgoebl
Copy link

@matgoebl matgoebl commented Jan 3, 2018

Hey,
Great game!
I wanted to play it on my Fire TV box using the keypad buttons on the remote.
This patch connects the keypad button events to the existing touch button controls.
Thanks for merging!

@cweiske
Copy link

cweiske commented Jan 8, 2018

Patch works fine on my OUYA console!

@cweiske
Copy link

cweiske commented Jan 8, 2018

I've added some more optimizations for controller-based android consoles:

  • Support for gamepad buttons (ABXY + Home)
  • Hide touch controls when gamepad is connected
  • Set default buttons so gamepad users only have to press OK OK OK to start a game

https://github.com/cweiske/Blockinger/commits/master

@matgoebl
Copy link
Author

matgoebl commented Jan 9, 2018

I tested https://github.com/cweiske/Blockinger/commits/master on Fire TV Stick:

  • "Hide touch controls when gamepad is connected" works
  • "Set default buttons so gamepad users only have to press OK OK OK to start a game" works

very nice :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants