module Chip8::KeyboardProtocol

Direct including types

Defined in:

keyboard_protocol.cr

Instance Method Summary

Instance Method Detail

abstract def get_pressed_key : UInt8 | Nil #

[View source]
abstract def is_key_pressed(key : UInt8) : Bool #

[View source]