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
get_gamepad always returns a single event.
The examples show a for loop to loop through the returned array which is a bit of a no brainer since its only one element.
Shouldnt the method return an array of all events which happened since the last call to get_gamepad?
Instead one has to call the method multiple times to get all "updates"