inputs icon indicating copy to clipboard operation
inputs copied to clipboard

get_gamepad returns always only one event

Open Fuzzyma opened this issue 9 years ago • 0 comments

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!

Fuzzyma avatar Oct 07 '16 13:10 Fuzzyma