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

Method press_arrow_up

web/src/input.rs:116–118  ·  view source on GitHub ↗

Generates a fake arrow up key press.

(&self)

Source from the content-addressed store, hash-verified

114
115 /// Generates a fake arrow up key press.
116 pub fn press_arrow_up(&self) {
117 self.safe_try_send(Key::ArrowUp)
118 }
119
120 /// Generates a fake arrow down key press.
121 pub fn press_arrow_down(&self) {

Callers 1

index.jsFile · 0.80

Calls 1

safe_try_sendMethod · 0.80

Tested by

no test coverage detected