kitao / pyxel

A retro game engine for Python
MIT License
15.31k stars 847 forks source link

Question about input_keys #582

Open gaBrisingr06 opened 1 week ago

gaBrisingr06 commented 1 week ago

Was trying to use input_keys to get all the key pressed at each time but I noticed that it only list the key the frame where it is pressed. So I was wonering if it exist a variation of input_keys that return a list of all the keys that are held or if you have an optimized way to do so.