[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:
parent
ea17c143cc
commit
1b7d2b9085
5 changed files with 121 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue