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

Method press_arrow_down

web/src/input.rs:121–123  ·  view source on GitHub ↗

Generates a fake arrow down key press.

(&self)

Source from the content-addressed store, hash-verified

119
120 /// Generates a fake arrow down key press.
121 pub fn press_arrow_down(&self) {
122 self.safe_try_send(Key::ArrowDown)
123 }
124
125 /// Generates a fake arrow left key press.
126 pub fn press_arrow_left(&self) {

Callers 1

index.jsFile · 0.80

Calls 1

safe_try_sendMethod · 0.80

Tested by

no test coverage detected