MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / sendkey

Function sendkey

src/dev/kbd/mod.rs:164–167  ·  view source on GitHub ↗

Send key

(c: char)

Source from the content-addressed store, hash-verified

162
163// Send key
164fn sendkey(c: char)
165{
166 crate::sys::console::keyhandler(c);
167}
168
169
170// Set keyboard

Callers 2

intrhFunction · 0.85
sendcsiFunction · 0.85

Calls 1

keyhandlerFunction · 0.85

Tested by

no test coverage detected