[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] RE: Intercepting the Keyboard



One more thing about this situation:
Just after writing my previous email, I discovered
pygame.event.set_grab(True). However, even when I set this to true outside
of the main loop, I did not steal keyboard input from the screen reading
software. In addition, I was still able to alt+tab out of the window to
close the pygame program. This suggests that either set_grab isn't that
powerful or I'm using it wrong (a distinct possibility).
Thanks for any help you can provide.
Best,
Ryan