Function write_console_input
fn write_console_input(api: &dyn WindowsApi, input_record: INPUT_RECORD_0)Expand description
Write the given [INPUT_RECORD_0] to the console input buffer using the provided API.
ยงArguments
api- The Windows API implementation to use.input_record- The [INPUT_RECORD_0].KeyEventinput record to write.