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

Method on_screen_keyboard

web/src/lib.rs:240–242  ·  view source on GitHub ↗

Generates a new `OnScreenKeyboard` that can inject key events into this terminal.

(&self)

Source from the content-addressed store, hash-verified

238
239 /// Generates a new `OnScreenKeyboard` that can inject key events into this terminal.
240 pub fn on_screen_keyboard(&self) -> OnScreenKeyboard {
241 self.on_screen_keyboard.clone()
242 }
243
244 /// Returns a textual description of the size of the console.
245 pub fn size_description(&self) -> String {

Callers 2

index.jsFile · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected