MCPcopy Index your code
hub / github.com/endbasic/endbasic / press_arrow_left

Method press_arrow_left

web/src/input.rs:126–128  ·  view source on GitHub ↗

Generates a fake arrow left key press.

(&self)

Source from the content-addressed store, hash-verified

124
125 /// Generates a fake arrow left key press.
126 pub fn press_arrow_left(&self) {
127 self.safe_try_send(Key::ArrowLeft)
128 }
129
130 /// Generates a fake arrow up key press.
131 pub fn press_arrow_right(&self) {

Callers 1

index.jsFile · 0.80

Calls 1

safe_try_sendMethod · 0.80

Tested by

no test coverage detected