Struct emscripten_sys::EmscriptenTouchPoint [] [src]

#[repr(C)]
pub struct EmscriptenTouchPoint { pub identifier: c_long, pub screenX: c_long, pub screenY: c_long, pub clientX: c_long, pub clientY: c_long, pub pageX: c_long, pub pageY: c_long, pub isChanged: c_int, pub onTarget: c_int, pub targetX: c_long, pub targetY: c_long, pub canvasX: c_long, pub canvasY: c_long, }

Fields

Trait Implementations

impl Debug for EmscriptenTouchPoint
[src]

Formats the value using the given formatter.

impl Copy for EmscriptenTouchPoint
[src]

impl Clone for EmscriptenTouchPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more