Struct limn_core::input::mouse::ClickEvent [] [src]

pub struct ClickEvent {
    pub position: Point,
}

Fields

Trait Implementations

impl Debug for ClickEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ClickEvent
[src]

impl Clone for ClickEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more