inputs
inputs copied to clipboard
get_gamepad returns always only one event
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"
PS: Sorry for spamming issues!