Collect input from the keyboard.
Collects input from the keyboard.
Return the keyboard to normal operation after Eric has finished writing on a blackboard.
Return whether the window close button was clicked.
Return whether any one of a set of keys is being pressed, or False if Eric is writing on a blackboard at the moment.
Parameters: | keys – A list of keys to check. |
---|
Return whether any one of a set of keys either is being pressed or was pressed since the last keyboard check.
Parameters: | keys – A list of keys to check. |
---|
Process the input event queue.
Prepare the keyboard for Eric writing on a blackboard, during which time keypresses are echoed on the blackboard instead of making Eric move.
Return whether any one of a set of keys was pressed since the last keyboard check.
Parameters: |
|
---|