Skip to content

class KeyDownEvent < KeyboardEvent public

A Hokusai::KeyboardEvent where a key is being pressed.

#key public

The key in symbol from

Returns

Returns Symbol

#code public

the key code

Returns

Returns Integer

#char public

the character

Returns

Returns String