Documentation ¶
Overview ¶
package display implements the whole user interface for the ICMC simulator. It is based in the fyne toolkit and is the driver for the module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FyneInChar ¶
FyneInChar implements the inchar instruction for the simulator: just read the current key pressed and null it out to make sure the key for a single press is only read once by the processor.
func StartSimulatorWindow ¶
func StartSimulatorWindow(codem, charm io.ReadCloser)
StartSimulatorWindow creates and starts the execution of the ICMC simulator. it takes as input the initial MIFs for code and character mapping.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.