[Teton/Voyageurs] Subscribe to scancodes in teton and print them to screen.

Right now there appears to be an error with the font so that the
proper character is received but we write an incorect character to the
screen (off by one?).
This commit is contained in:
Drew Galbraith 2023-11-25 19:48:01 -08:00
parent ea17c143cc
commit 1b7d2b9085
5 changed files with 121 additions and 2 deletions

View file

@ -18,6 +18,8 @@ class PortServer {
glcr::ErrorCode RecvCap(uint64_t* num_bytes, char* msg, uint64_t* cap);
glcr::ErrorCode PollForIntCap(uint64_t* msg, uint64_t* cap);
glcr::ErrorOr<char> RecvChar();
z_cap_t cap() { return port_cap_; }
private: