Skip to content

KeyRepeatEvent

Inherits: Event['KeyboardListener']

Event triggered when a key is held down and repeating.

This event fires continuously while the key remains pressed, depending on the system's key repeat rate.

Properties

  • key(str) –

    The key that is being held down and repeating.

Properties#

key #

key: str

The key that is being held down and repeating.

Represents the physical key that is generating repeat events (e.g., ArrowDown, Backspace).