Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
chip8
master
Chip8
CPU
Display
DisplayProtocol
Keyboard
KeyboardProtocol
Main
Speaker
Built with Crystal 1.9.2
2023-10-07 16:49:34 UTC
module
Chip8::KeyboardProtocol
Direct including types
Chip8::Keyboard
Defined in:
keyboard_protocol.cr
Instance Method Summary
#get_pressed_key
: UInt8 | Nil
#is_key_pressed
(key : UInt8) : Bool
Instance Method Detail
abstract def
get_pressed_key
: UInt8 | Nil
#
[
View source
]
abstract def
is_key_pressed
(key : UInt8) : Bool
#
[
View source
]