packageuiimport("github.com/gdamore/tcell")typeInteractiveinterface{// Returns true if the event was handled by this componentEvent(eventtcell.Event)bool}typeSimulatorinterface{// Queues up the given input events for simulationSimulate(events[]tcell.Event)}typeDrawableInteractiveinterface{DrawableInteractive}