Generates a new `OnScreenKeyboard` that can inject key events into this terminal.
(&self)
| 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 { |