MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / key_up

Method key_up

examples/doom/src/runtime.rs:84–87  ·  view source on GitHub ↗
(&mut self, key: i32)

Source from the content-addressed store, hash-verified

82 }
83
84 pub fn key_up(&mut self, key: i32) -> Result<()> {
85 self.key_up.call(&mut self.store, key)?;
86 Ok(())
87 }
88}
89
90pub struct HostState {

Callers 1

window_eventMethod · 0.80

Calls 1

callMethod · 0.80

Tested by

no test coverage detected