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

Trait Implementations

impl Debug for EmscriptenTouchEvent
[src]

Formats the value using the given formatter.

impl Copy for EmscriptenTouchEvent
[src]

impl Clone for EmscriptenTouchEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more