TouchEvent.Impl
T: { ... }
let altKey: T.t => bool;
let changedTouches: T.t => touchList;
let ctrlKey: T.t => bool;
let metaKey: T.t => bool;
let shiftKey: T.t => bool;
let targetTouches: T.t => touchList;
let touches: T.t => touchList;