MCPcopy Create free account
hub / github.com/endbasic/endbasic / press_arrow_right

Method press_arrow_right

web/src/input.rs:131–133  ·  view source on GitHub ↗

Generates a fake arrow up key press.

(&self)

Source from the content-addressed store, hash-verified

129
130 /// Generates a fake arrow up key press.
131 pub fn press_arrow_right(&self) {
132 self.safe_try_send(Key::ArrowRight)
133 }
134}
135
136/// Interface to interact with the browser's input, be it via a real keyboard or our custom

Callers 1

index.jsFile · 0.80

Calls 1

safe_try_sendMethod · 0.80

Tested by

no test coverage detected