We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The engine currently only supports mouse and keyboard input.
LWJGL does not have much documentation for controllers but they do seem to support them: lwjgl.input.controllers
Controller support allows more people to play a game the way they choose and it is better to have support built into the engine
Build controller support in a similar way that the keyboard and mouse support is implemented
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Info
The engine currently only supports mouse and keyboard input.
LWJGL does not have much documentation for controllers but they do seem to support them: lwjgl.input.controllers
Motive
Controller support allows more people to play a game the way they choose and it is better to have support built into the engine
Task
Build controller support in a similar way that the keyboard and mouse support is implemented
The text was updated successfully, but these errors were encountered: