Struct dwindow::event::ButtonEvent [] [src]

pub struct ButtonEvent {
    pub sender: Id,
    pub button: Option<Button>,
    pub state: ButtonState,
    pub pos: Vec2<Coord>,
    pub mods: Mods,
    pub raw: u8,
}

Pointer button event.

Fields

Trait Implementations

impl Clone for ButtonEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ButtonEvent
[src]

impl Debug for ButtonEvent
[src]

Formats the value using the given formatter.