Class KeyReleasedEvent¶
Defined in File input_events.h
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