module Tchipi8::IO::Controller

Direct including types

Defined in:

io.cr

Instance Method Summary

Instance Method Detail

abstract def clear_pixels : Nil #

[View source]
abstract def flush_pixels : Nil #

[View source]
abstract def read_key : Key | Nil #

[View source]
abstract def set_pixel(x : Int, y : Int, state : PixelState) : Nil #

[View source]
abstract def sync : Nil #

[View source]