If I use len(event.getKeys()) in my callback instead, will it be slightly faster than relying on pyglet
's own thread which busy-polls the keyboard?
If I use len(event.getKeys()) in my callback instead, will it be slightly faster than relying on pyglet
's own thread which busy-polls the keyboard?