Struct conrod::event::Tap [] [src]

pub struct Tap {
    pub id: Id,
    pub xy: Point,
}

All relevant information for a touch-screen tap event.

Fields

The unique identifier of the source of the touch.

The position at which the finger left the screen.

Methods

impl Tap
[src]

[src]

Returns a copy of the Tap relative to the given xy

Trait Implementations

impl Copy for Tap
[src]

impl Clone for Tap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Tap
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Tap
[src]

[src]

Formats the value using the given formatter.