Function enigo_copy::dsl::eval

source ·
pub fn eval<K>(enigo: &mut K, input: &str) -> Result<(), ParseError>where
    K: KeyboardControllable,
Expand description

Evaluate the DSL. This tokenizes the input and presses the keys.

Errors

Will return ParseError if the input cannot be parsed