Example #1
0
def pump():
    """Handle any window manager and other external events that aren't passed to the user

    Call this periodically (once a frame) if you don't call get(), poll() or wait()
    """
    pygame_pump()
    _releaseEvents()
Example #2
0
def pump():
    """Handle any window manager and other external events that aren't passed to the user
    
    Call this periodically (once a frame) if you don't call get(), poll() or wait()
    """
    pygame_pump()
    _releaseEvents()