class Boleite::KeyEvent

Defined in:

boleite/input/input_event.cr

Constructors

Instance Method Summary

Instance methods inherited from class Boleite::InputEvent

claim claim, claimed? : Bool claimed?

Constructor Detail

def self.new(key : Key, action : InputAction, mods : KeyMod) #

[View source]

Instance Method Detail

def action : Boleite::InputAction #

[View source]
def key : Boleite::Key #

[View source]
def mods : Boleite::KeyMod #

[View source]