- change the keyboard repeat | |
- get the pressed state for all keys | |
- get the name of a key | |
- get current state of modifier keys | |
- set the state of the modifier keys | |
- state of keyboard focus |
pygame.key.get_focused() -> bool
Returns true when the application has the keyboard
input focus.