Class KeyReleasedEvent

Inheritance Relationships

Base Type

  • public Event

Class Documentation

class KeyReleasedEvent : public Event

Event fired when a key transitions to the Released state.

Triggered when a keyboard key or mouse button is released (state transition from Pressed or Repeat to Released). Does not include modifier information since the action is a release rather than an actuation.

See also

KeyPressedEvent - Fired when key is initially pressed

Public Functions

inline explicit KeyReleasedEvent(const Key key)
inline Key get_key() const