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

Change GamePad button defines to an enum #90

Open
JenniferPylko opened this issue Jul 15, 2014 · 1 comment
Open

Change GamePad button defines to an enum #90

JenniferPylko opened this issue Jul 15, 2014 · 1 comment

Comments

@JenniferPylko
Copy link
Member

For the same reason that consts are preferable over defines, so are enums, debugging is easier for programmers of MINX and of MINX games.

@JenniferPylko
Copy link
Member Author

This is more difficult than I thought it would be, as I can't find any documentation for how glfw maps XBox 360 buttons, plus the triggers are broken anyway in the defines. I recommend removing the defines and implementing a control scheme mechanism for 1.1

@JenniferPylko JenniferPylko removed this from the 1.0 Release milestone Jul 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant