You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Game does not detect any added gamepad when I plug one into my computer. I have an event listener to detect when the gamepad is added, but the listener never runs.
Describe the bug
Game does not detect any added gamepad when I plug one into my computer. I have an event listener to detect when the gamepad is added, but the listener never runs.
Stack Trace
To Reproduce
This error occurs whenever I set
input_gamepadSupport
totrue
in config.properties.This error may be due to natives not being set up correctly. However, after following this guide, I get this error when running
gradle includeNatives
:Expected behavior
Gamepad added listener should run when a gamepad is added.
Your System:
Additional context
Here's the relevant code (the breakpoint is never reached):
Here's a screenshot of my build.gradle file:
Let me know if I should re-categorize this, if it's not a bug.
The text was updated successfully, but these errors were encountered: