Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
chip8
master
Chip8
CPU
Display
DisplayProtocol
Keyboard
KeyboardProtocol
Main
Speaker
Generated using Crystal 1.14.0
2025-03-20 06:09:40 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
]