struct SF::Event::KeyReleased
Overview
A key was released (subtype of KeyEvent
)
Defined in:
window/obj.cr
Instance methods inherited from struct SF::Event::KeyEvent
alt : Bool
alt,
alt=(alt : Bool)
alt=,
code : Keyboard::Key
code,
code=(code : Keyboard::Key)
code=,
control : Bool
control,
control=(control : Bool)
control=,
dup : KeyEvent
dup,
shift : Bool
shift,
shift=(shift : Bool)
shift=,
system : Bool
system,
system=(system : Bool)
system=
Constructor methods inherited from struct SF::Event::KeyEvent
new
new
Instance methods inherited from struct SF::Event
initialize
initialize
Constructor methods inherited from struct SF::Event
new
new