Bases: 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.
key
The key that is being held down and repeating.
Represents the physical key that is generating repeat events (e.g.,
ArrowDown, Backspace).