type github.com/gdamore/tcell/v2.SimulationScreen (interface)

Method Implmentations


CanDisplay(r rune, checkFallbacks bool) bool
ChannelEvents(ch chan<- Event, quit <-chan struct{})
Fini()
GetContent(x, y int) (primary rune, combining []rune, style Style, width int)
GetContents() (cells []SimCell, width int, height int)
GetCursor() (x int, y int, visible bool)
InjectKey(key Key, r rune, mod ModMask)
InjectMouse(x, y int, buttons ButtonMask, mod ModMask)
LockRegion(x, y, width, height int, lock bool)
SetCell(x int, y int, style Style, ch ...rune)
SetContent(x int, y int, primary rune, combining []rune, style Style)
SetStyle(style Style)
Show()
Size() (width, height int)
Sync()
Tty() (Tty, bool)