Struct autogui::Mouse [] [src]

pub struct Mouse { /* fields omitted */ }

Mouse controller

Methods

impl Mouse
[src]

[src]

Perform next event at given position

[src]

Move mouse to new position

[src]

Alias for left_drag_to

[src]

Drag from the current position to new position with left mouse button

[src]

Drag from the current position to new position with right mouse button

[src]

Drag from the current position to new position with given mouse button

[src]

Press the given mouse button down

[src]

Release the given mouse button

[src]

Alias for left_click

[src]

Click with left button

[src]

Click with right button

[src]

Click with the given button

[src]

Alias for left_doubleclick

[src]

Double click with left button

[src]

Double click with right button

[src]

Double click with the given mouse button

Trait Implementations

impl Debug for Mouse
[src]

[src]

Formats the value using the given formatter. Read more

impl ChainedAction for Mouse
[src]

[src]

Sleeps given amount of time

Auto Trait Implementations

impl Send for Mouse

impl Sync for Mouse