Simulate input/Keyboard: Difference between revisions

Content added Content deleted
(Added Kotlin)
No edit summary
Line 497: Line 497:
/*stick a fork in it, we're all done. */</lang><br><br>
/*stick a fork in it, we're all done. */</lang><br><br>



=={{header|Rust}}==
{{works with|Rust|1.25+}}
{{libheader|AutoPilot}}

<lang Rust>extern crate autopilot;
fn main() {
autopilot::key::type_string("Hello, world!", None, None, &[]);
}</lang>
=={{header|Scala}}==
=={{header|Scala}}==
{{libheader|Scala}}
{{libheader|Scala}}