MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / collect_console_input

Function collect_console_input

src/machine_window.rs:1034–1074  ·  view source on GitHub ↗

Translate this frame's keyboard events into bytes for the VM's UART receive buffer. Printable ASCII comes through `Text` events; Enter/Backspace/Tab are `Key` presses mapped to their control codes (the shell echoes them back).

(ui: &egui::Ui)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

render_consoleMethod · 0.85

Calls 2

pushMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected