| 12 | /// Use UserKey::* for totally custom keys |
| 13 | #[derive(Default)] |
| 14 | pub struct UnicodeKeyboard {} |
| 15 | impl UnicodeKeyboard { |
| 16 | pub fn new() -> UnicodeKeyboard { |
| 17 | UnicodeKeyboard {} |
nothing calls this directly
no outgoing calls
no test coverage detected