class CryTUI::TestBackend

Defined in:

crytui/terminal.cr

Constructors

Instance Method Summary

Instance methods inherited from class CryTUI::Backend

clear : Nil clear, draw(changes : Array(Tuple(Int32, Int32, Cell))) : Nil draw, enter : Nil enter, leave : Nil leave, refresh_size : Bool refresh_size, size : Rect size

Constructor Detail

def self.new(width : Int, height : Int) #

[View source]

Instance Method Detail

def buffer : Buffer #

[View source]
def clear : Nil #

[View source]
def draw(changes : Array(Tuple(Int32, Int32, Cell))) : Nil #

[View source]
def resize(width : Int, height : Int) #

[View source]
def size : Rect #

[View source]