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
identifier: c_long
screenX: c_long
screenY: c_long
clientX: c_long
clientY: c_long
pageX: c_long
pageY: c_long
isChanged: c_int
onTarget: c_int
targetX: c_long
targetY: c_long
canvasX: c_long
canvasY: c_long
Trait Implementations
impl Debug for EmscriptenTouchPoint
[src]
impl Copy for EmscriptenTouchPoint
[src]
impl Clone for EmscriptenTouchPoint
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more