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
When running this simple game-pad demo provided in the docs the program consumes ~30% CPU on my computer using an intel i7 6500u, even if the console output is commented out. I tried adding a delay within the infinite loop, but this causes the events to lag behind the actual controller (xbox one) inputs.
Any thoughts? The CPU usage seems excessive for only receiving game-pad input.