Function processed_input_enabled
fn processed_input_enabled(api: &dyn WindowsApi) -> boolExpand description
Report whether the console input buffer has ENABLE_PROCESSED_INPUT set,
treating any query failure as not set.
ยงArguments
api- The Windows API implementation to use.