class GUI
- GUI
- Reference
- Object
Defined in:
gui.crConstructors
Instance Method Summary
- #bus_connection(x : Int, y : Int, on : Bool, direction : Bool = true)
- #clear
- #clear_scroll
-
#disp(x : Int, y : Int, string : String | Colorize::Object(String | Char) | Char)
Move cursor to line, column
- #draw_rect(x : Int, y : Int, w : Int, h : Int, color : Symbol = :dark_gray)
- #hide_cursor
- #register(value : Int, length = 8_u8, color = :red, symbol = '●')
- #set_cursor(x : Int, y : Int)
- #show
- #show_cursor
Constructor Detail
Instance Method Detail
def disp(x : Int, y : Int, string : String | Colorize::Object(String | Char) | Char)
#
Move cursor to line, column