Struct jwilm_xdo::Window [] [src]

pub struct Window<'a> { /* fields omitted */ }

Methods

impl<'a> Window<'a>
[src]

[src]

[src]

Get the Window ID as a usize

[src]

Send a keysequence to the specified window

The delay is convereted to microseconds internally before forwarding to libxdo. If the delay in useconds exceeds useconds_t capacity, it will be truncated.

[src]

[src]

Trait Implementations

impl<'a> Debug for Window<'a>
[src]

[src]

Formats the value using the given formatter.