schmettow / PfP_Book

Programming for Psychologists - a primer
0 stars 1 forks source link

Event handler for interactive prototypes #10

Open schmettow opened 6 years ago

schmettow commented 6 years ago

In intercative prototypes, input is taken by a prompt, meaning the program is waiting for the input. For didactical purposes, it would be better to have something like the real time event handler of Pygame.

schmettow commented 6 years ago

https://python-evdev.readthedocs.io/en/latest/tutorial.html