Pygame events are very generic and give no autocomplete, typing info, or docstring, which places the burden of documentation entirely on the pygame-ce docs instead of on the code. Event handling can ...
pygame.event.get(): This crucial Pygame function retrieves all events that have occurred since the last time it was called. It returns these events as a list of ...