class Display
- Display
- Reference
- Object
Defined in:
chip-8/display.crConstructors
Instance Method Summary
- #add_sprite(x : UInt8, y : UInt8, sprite : Array(UInt8)) : UInt8
- #clear : Nil
- #draw : Nil
- #gfx : Slice(Slice(UInt8))
- #gfx=(gfx : Slice(Slice(UInt8)))
- #window : SDL::Window
- #window=(window : SDL::Window)