TouchEventInit constructor
TouchEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- Window? view,
- int detail,
- JSObject? sourceCapabilities,
- int which,
- bool ctrlKey,
- bool shiftKey,
- bool altKey,
- bool metaKey,
- bool modifierAltGraph,
- bool modifierCapsLock,
- bool modifierFn,
- bool modifierFnLock,
- bool modifierHyper,
- bool modifierNumLock,
- bool modifierScrollLock,
- bool modifierSuper,
- bool modifierSymbol,
- bool modifierSymbolLock,
- JSArray<
Touch> touches, - JSArray<
Touch> targetTouches, - JSArray<
Touch> changedTouches,
Implementation
external factory TouchEventInit({
bool bubbles,
bool cancelable,
bool composed,
Window? view,
int detail,
JSObject? sourceCapabilities,
int which,
bool ctrlKey,
bool shiftKey,
bool altKey,
bool metaKey,
bool modifierAltGraph,
bool modifierCapsLock,
bool modifierFn,
bool modifierFnLock,
bool modifierHyper,
bool modifierNumLock,
bool modifierScrollLock,
bool modifierSuper,
bool modifierSymbol,
bool modifierSymbolLock,
JSArray<Touch> touches,
JSArray<Touch> targetTouches,
JSArray<Touch> changedTouches,
});