struct SDL::Event::Keyboard

Included Modules

Defined in:

events.cr

Instance Method Summary

Instance methods inherited from module SDL::Event::PressRelease

pressed? pressed?, released? released?

Instance methods inherited from struct SDL::Event

timestamp timestamp, type type

Constructor methods inherited from struct SDL::Event

new(event : LibSDL::Event) new

Class methods inherited from struct SDL::Event

enable(type : Type) : Nil enable, enabled?(type : Type) : Nil enabled?, ignore(type : Type) : Nil ignore, ignored?(type : Type) ignored?, poll poll, wait(timeout = nil) wait

Instance Method Detail

def keydown? #

[View source]
def keysym(*args, **options) #

[View source]
def keysym(*args, **options, &) #

[View source]
def keyup? #

[View source]
def mod #

[View source]
def repeat(*args, **options) #

[View source]
def repeat(*args, **options, &) #

[View source]
def scancode #

[View source]
def sym #

[View source]
def window_id #

[View source]