Struct emscripten_sys::EmscriptenTouchEvent
[−]
[src]
#[repr(C)]pub struct EmscriptenTouchEvent { pub numTouches: c_int, pub ctrlKey: c_int, pub shiftKey: c_int, pub altKey: c_int, pub metaKey: c_int, pub touches: [EmscriptenTouchPoint; 32], }
Fields
numTouches: c_int
ctrlKey: c_int
shiftKey: c_int
altKey: c_int
metaKey: c_int
touches: [EmscriptenTouchPoint; 32]
Trait Implementations
impl Debug for EmscriptenTouchEvent
[src]
impl Copy for EmscriptenTouchEvent
[src]
impl Clone for EmscriptenTouchEvent
[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