WheelEventInit constructor
WheelEventInit({
- 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,
- int screenX,
- int screenY,
- int clientX,
- int clientY,
- int button,
- int buttons,
- num movementX,
- num movementY,
- num deltaX,
- num deltaY,
- num deltaZ,
- int deltaMode,
Implementation
external factory WheelEventInit({
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,
int screenX,
int screenY,
int clientX,
int clientY,
int button,
int buttons,
EventTarget? relatedTarget,
num movementX,
num movementY,
num deltaX,
num deltaY,
num deltaZ,
int deltaMode,
});