Skip to main content

KeyUpEvent

Event triggered when a key is released.

Useful for tracking when a key is no longer being pressed after a key down or repeat event.

Inherits: Event

Properties

  • key - The key that was released.

Properties

keyinstance-attribute

key: str

The key that was released.

Indicates which key was previously pressed and has now been lifted.