Struct autogui::Keyboard [] [src]

pub struct Keyboard {}

Keyboard controller

Methods

impl Keyboard
[src]

[src]

Press key down

[src]

Release key

[src]

Press and release key

[src]

Write a string

Trait Implementations

impl Debug for Keyboard
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Keyboard

impl Sync for Keyboard