class GUI::Component::KeyUpEvent

Overview

Triggered when a key is released

Defined in:

component.cr

Constructors

Instance Method Summary

Instance methods inherited from class GUI::Eventable::Event

propagate? : Bool propagate?, stop_propagation stop_propagation

Constructor methods inherited from class GUI::Eventable::Event

new new

Constructor Detail

def self.new(key : CrystGLFW::Key) #

[View source]

Instance Method Detail

def key : CrystGLFW::Key #